[mutter] data: Updated exposed keybindings



commit 36424ab29819cabaa90040981d8e587a18a52bff
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 4 00:09:57 2021 +0100

    data: Updated exposed keybindings
    
    Workspaces were changed to a horizontal layout, so we should show
    the keybindings for horizontal navigation in Settings instead of
    the vertical ones.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1706>

 data/50-mutter-navigation.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/50-mutter-navigation.xml b/data/50-mutter-navigation.xml
index c9b47136d4..b62c636b1a 100644
--- a/data/50-mutter-navigation.xml
+++ b/data/50-mutter-navigation.xml
@@ -20,11 +20,11 @@
         <KeyListEntry name="move-to-workspace-last"
                       description="Move window to last workspace" />
 
-       <KeyListEntry name="move-to-workspace-up"
-                     description="Move window one workspace up" />
+       <KeyListEntry name="move-to-workspace-left"
+                     description="Move window one workspace to the left" />
 
-       <KeyListEntry name="move-to-workspace-down"
-                     description="Move window one workspace down" />
+       <KeyListEntry name="move-to-workspace-right"
+                     description="Move window one workspace to the right" />
 
        <KeyListEntry name="move-to-monitor-left"
                      description="Move window one monitor to the left" />
@@ -119,10 +119,10 @@
        <KeyListEntry name="switch-to-workspace-last"
                      description="Switch to last workspace" />
 
-       <KeyListEntry name="switch-to-workspace-up"
-                     description="Move to workspace above" />
+       <KeyListEntry name="switch-to-workspace-left"
+                     description="Move to workspace on the left" />
 
-       <KeyListEntry name="switch-to-workspace-down"
-                     description="Move to workspace below" />
+       <KeyListEntry name="switch-to-workspace-right"
+                     description="Move to workspace on the right" />
 
 </KeyListEntries>


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