summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2012-04-19 05:43:04 +0200
committerRui Matos <tiagomatos@gmail.com>2012-05-15 01:37:13 +0200
commitd16ce1fd6ddefd8cbed1f5edd2c6c327de146273 (patch)
treec148a0a83e221c71ca67d3006dc16b655025c1d5
parent981384f90110124d8016cf0316cf7b595c43a9b8 (diff)
downloadgsettings-desktop-schemas-wip/input-sources.tar.gz
schemas: Add keybindings to switch input sourceswip/input-sources
-rw-r--r--schemas/org.gnome.desktop.input-sources.gschema.xml.in.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.input-sources.gschema.xml.in.in b/schemas/org.gnome.desktop.input-sources.gschema.xml.in.in
index 8361b75..b7a305b 100644
--- a/schemas/org.gnome.desktop.input-sources.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.input-sources.gschema.xml.in.in
@@ -20,4 +20,13 @@
</_description>
</key>
</schema>
+ <schema id="org.gnome.desktop.input-sources.keybindings"
+ path="/org/gnome/desktop/input-sources/keybindings/">
+ <key name="switch-previous" type="as">
+ <default>[]</default>
+ </key>
+ <key name="switch-next" type="as">
+ <default>[]</default>
+ </key>
+ </schema>
</schemalist>