summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-02-27 18:31:33 +0100
committerFlorian Müllner <fmuellner@gnome.org>2014-02-28 16:30:59 +0100
commit3ee63d5a99ea374f262502e6eb82daae14f80e42 (patch)
tree5820ac6a0c04327069ad7ec428c9fc27377aeef9
parenteb011636565808071603af92cf450e26fc17d0cf (diff)
downloadmutter-3ee63d5a99ea374f262502e6eb82daae14f80e42.tar.gz
keybindings: Make move-to-monitor-* bindings known to g-c-c
Commit 0fe5c4f95774b85 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
-rw-r--r--src/50-mutter-navigation.xml.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/50-mutter-navigation.xml.in b/src/50-mutter-navigation.xml.in
index 829bef80f..0ed73b7f6 100644
--- a/src/50-mutter-navigation.xml.in
+++ b/src/50-mutter-navigation.xml.in
@@ -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"/>