[gsettings-desktop-schemas] Use Super key for application switcher shortcuts



commit c62b95d34cd2508e2b549d173072f4be7baab647
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 26 14:37:27 2013 -0500

    Use Super key for application switcher shortcuts
    
    Use Super+Tab for switch-applications, repurpose
    Alt+Tab for the 'classic' switch-windows, and use
    Super+AboveTab for switching to the next window of the application.
    For the last one, we keep Alt+AboveTab around as an alternative.
    https://bugzilla.gnome.org/show_bug.cgi?id=689972

 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |    6 +++---
 1 files changed, 3 insertions(+), 3 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 cc7fb1b..3d2a8ee 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -68,7 +68,7 @@
       <_summary>Switch to workspace below</_summary>
     </key>
     <key name="switch-group" type="as">
-      <default><![CDATA[['<Alt>Above_Tab']]]></default>
+      <default><![CDATA[['<Super>Above_Tab','<Alt>Above_Tab']]]></default>
       <_summary>Switch windows of an application</_summary>
     </key>
     <key name="switch-group-backward" type="as">
@@ -76,7 +76,7 @@
       <_summary>Reverse switch windows of an application</_summary>
     </key>
     <key name="switch-applications" type="as">
-      <default><![CDATA[['<Alt>Tab']]]></default>
+      <default><![CDATA[['<Super>Tab']]]></default>
       <_summary>Switch applications</_summary>
     </key>
     <key name="switch-applications-backward" type="as">
@@ -84,7 +84,7 @@
       <_summary>Reverse switch applications</_summary>
     </key>
     <key name="switch-windows" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Alt>Tab']]]></default>
       <_summary>Switch windows</_summary>
     </key>
     <key name="switch-windows-backward" type="as">



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