mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50: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"
|
<KeyListEntry name="move-to-workspace-last"
|
||||||
description="Move window to last workspace" />
|
description="Move window to last workspace" />
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-up"
|
<KeyListEntry name="move-to-workspace-left"
|
||||||
description="Move window one workspace up" />
|
description="Move window one workspace to the left" />
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-down"
|
<KeyListEntry name="move-to-workspace-right"
|
||||||
description="Move window one workspace down" />
|
description="Move window one workspace to the right" />
|
||||||
|
|
||||||
<KeyListEntry name="move-to-monitor-left"
|
<KeyListEntry name="move-to-monitor-left"
|
||||||
description="Move window one monitor to the left" />
|
description="Move window one monitor to the left" />
|
||||||
@ -119,10 +119,10 @@
|
|||||||
<KeyListEntry name="switch-to-workspace-last"
|
<KeyListEntry name="switch-to-workspace-last"
|
||||||
description="Switch to last workspace" />
|
description="Switch to last workspace" />
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-up"
|
<KeyListEntry name="switch-to-workspace-left"
|
||||||
description="Move to workspace above" />
|
description="Move to workspace on the left" />
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-down"
|
<KeyListEntry name="switch-to-workspace-right"
|
||||||
description="Move to workspace below" />
|
description="Move to workspace on the right" />
|
||||||
|
|
||||||
</KeyListEntries>
|
</KeyListEntries>
|
||||||
|
Loading…
Reference in New Issue
Block a user