[metacity] data: don't expose window shading shortcut



commit aca1488c93e93338d29c1a44b31b1d2c6cd84600
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Nov 27 03:51:16 2019 +0200

    data: don't expose window shading shortcut
    
    GTK+ doesn't support shading of client-side decorated windows, and likely
    never will (not least because shading is conceptually questionable if the
    app customizes the titlebar), and neither do other CSD implementations like
    Chromium's. A shortcut that only works with a decreasing number of windows
    is more confusing than helpful, so don't expose it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645460
    
    From mutter:
    https://gitlab.gnome.org/GNOME/mutter/commit/32547d2eff23bcbfed58ed

 data/keybindings/50-metacity-windows.xml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/data/keybindings/50-metacity-windows.xml b/data/keybindings/50-metacity-windows.xml
index c7777890..a64e5ebe 100644
--- a/data/keybindings/50-metacity-windows.xml
+++ b/data/keybindings/50-metacity-windows.xml
@@ -20,9 +20,6 @@
        <KeyListEntry name="unmaximize"
                      description="Restore window" />
 
-       <KeyListEntry name="toggle-shaded"
-                     description="Toggle shaded state" />
-
        <KeyListEntry name="close"
                      description="Close window" />
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]