summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-04-07 19:38:16 +0200
committerMarge Bot <marge-bot@gnome.org>2021-04-15 15:31:10 +0000
commitd2a492de94297d815c8140356b93b6befffdfde0 (patch)
treefe5e6a77286d4f2caf494fef0769e93eccdf29f6 /data
parentcf8efb58274d9a81ec00a5ec547e23a44557cc5b (diff)
downloadmutter-d2a492de94297d815c8140356b93b6befffdfde0.tar.gz
data: Add back (hidden) shortcuts for vertical navigation
Users who customized their workspace shortcuts before updating to GNOME 40 are experiencing troubles when trying to use the same keybinding for the horizontal shortcuts, because of hidden conflicts with the vertical ones. We can address this by registering the old shortcuts with Settings without showing them in the UI, so that they are taken into account by Settings' conflict resolution. https://gitlab.gnome.org/GNOME/mutter/-/issues/1740 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1814>
Diffstat (limited to 'data')
-rw-r--r--data/50-mutter-navigation.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/50-mutter-navigation.xml b/data/50-mutter-navigation.xml
index b62c636b1..f76cdb73a 100644
--- a/data/50-mutter-navigation.xml
+++ b/data/50-mutter-navigation.xml
@@ -26,6 +26,14 @@
<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"
+ hidden="true" />
+
+ <KeyListEntry name="move-to-workspace-down"
+ description="Move window one workspace down"
+ hidden="true" />
+
<KeyListEntry name="move-to-monitor-left"
description="Move window one monitor to the left" />
@@ -125,4 +133,12 @@
<KeyListEntry name="switch-to-workspace-right"
description="Move to workspace on the right" />
+ <KeyListEntry name="switch-to-workspace-up"
+ description="Move to workspace above"
+ hidden="true" />
+
+ <KeyListEntry name="switch-to-workspace-down"
+ description="Move to workspace below"
+ hidden="true" />
+
</KeyListEntries>