summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-01-24 16:52:23 +0100
committerFlorian Müllner <fmuellner@gnome.org>2018-01-24 19:09:27 +0100
commitdc37ee27824b7c28f377286b3f9ebba1c56283d8 (patch)
treef0c708bf678be592fba0cf29f8767e754295212a
parent371e5df5688677f0eab0f9a9a1ace2aaccd44cda (diff)
downloadmutter-dc37ee27824b7c28f377286b3f9ebba1c56283d8.tar.gz
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
-rw-r--r--data/50-mutter-navigation.xml12
1 files changed, 0 insertions, 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" />