[mutter/wip/fmuellner/clean-up-shortcut-settings: 2/2] data: Don't expose window shading shortcut



commit 32547d2eff23bcbfed58edcd22d0fc78c354d923
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 24 17:14:08 2018 +0100

    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

 data/50-mutter-windows.xml | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/data/50-mutter-windows.xml b/data/50-mutter-windows.xml
index a9316d1e9..6096abe61 100644
--- a/data/50-mutter-windows.xml
+++ b/data/50-mutter-windows.xml
@@ -15,8 +15,6 @@
 
        <KeyListEntry name="unmaximize" description="Restore window"/>
 
-       <KeyListEntry name="toggle-shaded" description="Toggle shaded state"/>
-
        <KeyListEntry name="close" description="Close window"/>
 
        <KeyListEntry name="minimize" description="Hide window"/>


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