[gsettings-desktop-schemas] schemas: Add new 'switch-input-source' keybinding



commit 6bf6140aeb4dd1c661cd8106503f49c35931b659
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Dec 18 15:32:21 2012 +0000

    schemas: Add new 'switch-input-source' keybinding
    
    This used to live in gnome-settings-daemon's media-keys plugin but we
    need in gnome-shell now to implement an Alt+Tab like OSD
    switcher. Moving it here allows gnome-control-center to avoid a
    dependency on gnome-shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690426

 configure.ac                                       |    2 +-
 ....gnome.desktop.wm.keybindings.gschema.xml.in.in |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 630dffa..4c217fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT([gsettings-desktop-schemas], [3.7.2.1],
+AC_INIT([gsettings-desktop-schemas], [3.7.2.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
 AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in.in)
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])
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 c21b005..134522a 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -307,6 +307,16 @@
       <default>[]</default>
       <_summary>Move window to center of screen</_summary>
     </key>
+    <key name="switch-input-source" type="as">
+      <default>["&lt;Super&gt;space"]</default>
+      <_summary>Switch input source</_summary>
+      <_description>Binding to select the next input source</_description>
+    </key>
+    <key name="switch-input-source-backward" type="as">
+      <default>[]</default>
+      <_summary>Switch input source backward</_summary>
+      <_description>Binding to select the previous input source</_description>
+    </key>
   </schema>
 
 </schemalist>



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