[mutter] keybindings: Make move-to-monitor-* bindings known to g-c-c



commit 3ee63d5a99ea374f262502e6eb82daae14f80e42
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 27 18:31:33 2014 +0100

    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

 src/50-mutter-navigation.xml.in |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/50-mutter-navigation.xml.in b/src/50-mutter-navigation.xml.in
index 829bef8..0ed73b7 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"/>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]