mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Add hidden -backward bindings to 50-mutter-navigation.xml
This makes the gnome-control-center keyboard panel aware of these bindings so that it can warn about conflicting bindings if the user tries to use one of these bindings for a different action. https://bugzilla.gnome.org/show_bug.cgi?id=732385
This commit is contained in:
parent
bb59b8c249
commit
679edac9c3
@ -45,26 +45,68 @@
|
|||||||
_description="Move window one monitor down" />
|
_description="Move window one monitor down" />
|
||||||
|
|
||||||
<KeyListEntry name="switch-applications"
|
<KeyListEntry name="switch-applications"
|
||||||
|
reverse-entry="switch-applications-backward"
|
||||||
_description="Switch applications"/>
|
_description="Switch applications"/>
|
||||||
|
|
||||||
|
<KeyListEntry name="switch-applications-backward"
|
||||||
|
reverse-entry="switch-applications"
|
||||||
|
hidden="true"
|
||||||
|
_description="Switch to previous application"/>
|
||||||
|
|
||||||
<KeyListEntry name="switch-windows"
|
<KeyListEntry name="switch-windows"
|
||||||
|
reverse-entry="switch-windows-backward"
|
||||||
_description="Switch windows"/>
|
_description="Switch windows"/>
|
||||||
|
|
||||||
|
<KeyListEntry name="switch-windows-backward"
|
||||||
|
reverse-entry="switch-windows"
|
||||||
|
hidden="true"
|
||||||
|
_description="Switch to previous window"/>
|
||||||
|
|
||||||
<KeyListEntry name="switch-group"
|
<KeyListEntry name="switch-group"
|
||||||
|
reverse-entry="switch-group-backward"
|
||||||
_description="Switch windows of an application"/>
|
_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"
|
<KeyListEntry name="switch-panels"
|
||||||
|
reverse-entry="switch-panels-backward"
|
||||||
_description="Switch system controls"/>
|
_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"
|
<KeyListEntry name="cycle-windows"
|
||||||
|
reverse-entry="cycle-windows-backward"
|
||||||
_description="Switch windows directly"/>
|
_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"
|
<KeyListEntry name="cycle-group"
|
||||||
|
reverse-entry="cycle-group-backward"
|
||||||
_description="Switch windows of an app directly"/>
|
_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"
|
<KeyListEntry name="cycle-panels"
|
||||||
|
reverse-entry="cycle-panels-backward"
|
||||||
_description="Switch system controls directly"/>
|
_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"
|
<KeyListEntry name="show-desktop"
|
||||||
_description="Hide all normal windows"/>
|
_description="Hide all normal windows"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user