[gsettings-desktop-schemas] Use the Super key for workspace shortcuts



commit f40f80709a1b1b9ddc1dcdeda8a8bfb96d38fb60
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 25 19:21:28 2013 -0500

    Use the Super key for workspace shortcuts
    
    The new defaults are Super+Page Up/Down for switching workspaces,
    and Super+Shift+Page Up/Down for moving windows between workspaces.
    We keep the old defaults around, to not invalidate people's muscle
    memory.
    https://bugzilla.gnome.org/show_bug.cgi?id=689969

 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
index f102a69..cc7fb1b 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -60,11 +60,11 @@
       <_summary>Switch to workspace right</_summary>
     </key>
     <key name="switch-to-workspace-up" type="as">
-      <default><![CDATA[['<Control><Alt>Up']]]></default>
+      <default><![CDATA[['<Super>Page_Up','<Control><Alt>Up']]]></default>
       <_summary>Switch to workspace above</_summary>
     </key>
     <key name="switch-to-workspace-down" type="as">
-      <default><![CDATA[['<Control><Alt>Down']]]></default>
+      <default><![CDATA[['<Super>Page_Down','<Control><Alt>Down']]]></default>
       <_summary>Switch to workspace below</_summary>
     </key>
     <key name="switch-group" type="as">
@@ -244,11 +244,11 @@
       <_summary>Move window one workspace to the right</_summary>
     </key>
     <key name="move-to-workspace-up" type="as">
-      <default><![CDATA[['<Control><Shift><Alt>Up']]]></default>
+      <default><![CDATA[['<Super><Shift>Page_Up','<Control><Shift><Alt>Up']]]></default>
       <_summary>Move window one workspace up</_summary>
     </key>
     <key name="move-to-workspace-down" type="as">
-      <default><![CDATA[['<Control><Shift><Alt>Down']]]></default>
+      <default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Down']]]></default>
       <_summary>Move window one workspace down</_summary>
     </key>
     <key name="raise-or-lower" type="as">



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