mutter/data/50-mutter-navigation.xml
Florian Müllner 36424ab298 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>
2021-02-04 00:09:57 +01:00

129 lines
4.5 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
group="system"
name="Navigation"
wm_name="Mutter"
package="mutter">
<KeyListEntry name="move-to-workspace-1"
description="Move window to workspace 1" />
<KeyListEntry name="move-to-workspace-2"
description="Move window to workspace 2" />
<KeyListEntry name="move-to-workspace-3"
description="Move window to workspace 3" />
<KeyListEntry name="move-to-workspace-4"
description="Move window to workspace 4" />
<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-monitor-left"
description="Move window one monitor to the left" />
<KeyListEntry name="move-to-monitor-right"
description="Move window one monitor to the right" />
<KeyListEntry name="move-to-monitor-up"
description="Move window one monitor up" />
<KeyListEntry name="move-to-monitor-down"
description="Move window one monitor down" />
<KeyListEntry name="switch-applications"
reverse-entry="switch-applications-backward"
description="Switch applications"/>
<KeyListEntry name="switch-applications-backward"
reverse-entry="switch-applications"
hidden="true"
description="Switch to previous application"/>
<KeyListEntry name="switch-windows"
reverse-entry="switch-windows-backward"
description="Switch windows"/>
<KeyListEntry name="switch-windows-backward"
reverse-entry="switch-windows"
hidden="true"
description="Switch to previous window"/>
<KeyListEntry name="switch-group"
reverse-entry="switch-group-backward"
description="Switch windows of an application"/>
<KeyListEntry name="switch-group-backward"
reverse-entry="switch-group"
hidden="true"
description="Switch to previous window of an application"/>
<KeyListEntry name="switch-panels"
reverse-entry="switch-panels-backward"
description="Switch system controls"/>
<KeyListEntry name="switch-panels-backward"
reverse-entry="switch-panels"
hidden="true"
description="Switch to previous system control"/>
<KeyListEntry name="cycle-windows"
reverse-entry="cycle-windows-backward"
description="Switch windows directly"/>
<KeyListEntry name="cycle-windows-backward"
reverse-entry="cycle-windows"
hidden="true"
description="Switch directly to previous window"/>
<KeyListEntry name="cycle-group"
reverse-entry="cycle-group-backward"
description="Switch windows of an app directly"/>
<KeyListEntry name="cycle-group-backward"
reverse-entry="cycle-group"
hidden="true"
description="Switch directly to previous window of an app"/>
<KeyListEntry name="cycle-panels"
reverse-entry="cycle-panels-backward"
description="Switch system controls directly"/>
<KeyListEntry name="cycle-panels-backward"
reverse-entry="cycle-panels"
hidden="true"
description="Switch directly to previous system control"/>
<KeyListEntry name="show-desktop"
description="Hide all normal windows"/>
<KeyListEntry name="switch-to-workspace-1"
description="Switch to workspace 1" />
<KeyListEntry name="switch-to-workspace-2"
description="Switch to workspace 2" />
<KeyListEntry name="switch-to-workspace-3"
description="Switch to workspace 3" />
<KeyListEntry name="switch-to-workspace-4"
description="Switch to workspace 4" />
<KeyListEntry name="switch-to-workspace-last"
description="Switch to last workspace" />
<KeyListEntry name="switch-to-workspace-left"
description="Move to workspace on the left" />
<KeyListEntry name="switch-to-workspace-right"
description="Move to workspace on the right" />
</KeyListEntries>