mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Merge branch 'wip/fmuellner/clean-up-shortcut-settings' into 'master'
Clean up shortcut settings See merge request GNOME/mutter!1
This commit is contained in:
commit
35b77a61c8
@ -20,12 +20,6 @@
|
|||||||
<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-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-workspace-up"
|
<KeyListEntry name="move-to-workspace-up"
|
||||||
description="Move window one workspace up" />
|
description="Move window one workspace up" />
|
||||||
|
|
||||||
@ -125,12 +119,6 @@
|
|||||||
<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-left"
|
|
||||||
description="Move to workspace left" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-right"
|
|
||||||
description="Move to workspace right" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-up"
|
<KeyListEntry name="switch-to-workspace-up"
|
||||||
description="Move to workspace above" />
|
description="Move to workspace above" />
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
<KeyListEntry name="unmaximize" description="Restore window"/>
|
<KeyListEntry name="unmaximize" description="Restore window"/>
|
||||||
|
|
||||||
<KeyListEntry name="toggle-shaded" description="Toggle shaded state"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="close" description="Close window"/>
|
<KeyListEntry name="close" description="Close window"/>
|
||||||
|
|
||||||
<KeyListEntry name="minimize" description="Hide window"/>
|
<KeyListEntry name="minimize" description="Hide window"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user