[mutter/wip/fmuellner/clean-up-shortcut-settings: 1/2] data: Don't expose horizontal workspace keybindings to Settings



commit dc37ee27824b7c28f377286b3f9ebba1c56283d8
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 24 16:52:23 2018 +0100

    data: Don't expose horizontal workspace keybindings to Settings
    
    Given that GNOME has used a vertical workspace layout ever since 3.0,
    allowing users to assign keyboard shortcuts for horizontal workspace
    navigation isn't useful at all, as rightfully pointed out by Bastien
    Nocera.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645460

 data/50-mutter-navigation.xml | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/data/50-mutter-navigation.xml b/data/50-mutter-navigation.xml
index 1f9161b36..c9b47136d 100644
--- a/data/50-mutter-navigation.xml
+++ b/data/50-mutter-navigation.xml
@@ -20,12 +20,6 @@
         <KeyListEntry name="move-to-workspace-last"
                       description="Move window to last workspace" />
 
-       <KeyListEntry name="move-to-workspace-left"
-                     description="Move window one workspace to the left" />
-
-       <KeyListEntry name="move-to-workspace-right"
-                     description="Move window one workspace to the right" />
-
        <KeyListEntry name="move-to-workspace-up"
                      description="Move window one workspace up" />
 
@@ -125,12 +119,6 @@
        <KeyListEntry name="switch-to-workspace-last"
                      description="Switch to last workspace" />
 
-       <KeyListEntry name="switch-to-workspace-left"
-                     description="Move to workspace left" />
-
-       <KeyListEntry name="switch-to-workspace-right"
-                     description="Move to workspace right" />
-
        <KeyListEntry name="switch-to-workspace-up"
                      description="Move to workspace above" />
 


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