mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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>
This commit is contained in:
parent
a9d9aee6c0
commit
36424ab298
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user