[gsettings-desktop-schemas] Add default binding for {switch, cycle}.*-backward bindings



commit a6f9ec2f4e6a4a59a8bd056c2356f04d381d3549
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Thu May 29 20:28:42 2014 +0200

    Add default binding for {switch,cycle}.*-backward bindings
    
    Currently mutter/gnome-shell make sure that the binding for a -backward
    action is the same binding as for the non-backward action with the
    <Shift> modifier added.
    This logic is being moved to gnome-control-center for more flexibility
    (the keybinding panel will suggest to set the -backward binding to
    <Shift>+non-backward-binding).
    Since mutter/gnome-shell will no longer be automatically creating these
    <Shift> backward keybindings, they need to be added as default values
    to the -backward gsettings keys.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732293

 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 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 3c897be..70dbba7 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -76,7 +76,7 @@
       <_summary>Switch windows of an application</_summary>
     </key>
     <key name="switch-group-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Super>Above_Tab','<Shift><Alt>Above_Tab']]]></default>
       <_summary>Reverse switch windows of an application</_summary>
     </key>
     <key name="switch-applications" type="as">
@@ -84,7 +84,7 @@
       <_summary>Switch applications</_summary>
     </key>
     <key name="switch-applications-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Super>Tab','<Shift><Alt>Tab']]]></default>
       <_summary>Reverse switch applications</_summary>
     </key>
     <key name="switch-windows" type="as">
@@ -100,7 +100,7 @@
       <_summary>Switch system controls</_summary>
     </key>
     <key name="switch-panels-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Control><Alt>Tab']]]></default>
       <_summary>Reverse switch system controls</_summary>
     </key>
     <key name="cycle-group" type="as">
@@ -108,7 +108,7 @@
       <_summary>Switch windows of an app directly</_summary>
     </key>
     <key name="cycle-group-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Alt>F6']]]></default>
       <_summary>Reverse switch windows of an app directly</_summary>
     </key>
     <key name="cycle-windows" type="as">
@@ -116,7 +116,7 @@
       <_summary>Switch windows directly</_summary>
     </key>
     <key name="cycle-windows-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Alt>Escape']]]></default>
       <_summary>Reverse switch windows directly</_summary>
     </key>
     <key name="cycle-panels" type="as">
@@ -124,7 +124,7 @@
       <_summary>Switch system controls directly</_summary>
     </key>
     <key name="cycle-panels-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Control><Alt>Escape']]]></default>
       <_summary>Reverse switch system controls directly</_summary>
     </key>
     <key name="show-desktop" type="as">
@@ -337,7 +337,7 @@
       <_description>Binding to select the next input source</_description>
     </key>
     <key name="switch-input-source-backward" type="as">
-      <default>[]</default>
+      <default><![CDATA[['<Shift><Super>space']]]></default>
       <_summary>Switch input source backward</_summary>
       <_description>Binding to select the previous input source</_description>
     </key>


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