keybindings: Make move-to-monitor-* bindings known to g-c-c
Commit 0fe5c4f957
implemented new keybindings to move windows
between monitors, but did not add it to the appropriate keybinding
file.
https://bugzilla.gnome.org/show_bug.cgi?id=725338
This commit is contained in:
parent
94f39a493f
commit
701e06d55d
@ -29,6 +29,18 @@
|
||||
<KeyListEntry name="move-to-workspace-down"
|
||||
_description="Move window one workspace down" />
|
||||
|
||||
<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"
|
||||
_description="Switch applications"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user