Add the new switch-input-source keybinding

https://bugzilla.gnome.org/show_bug.cgi?id=682315
This commit is contained in:
Rui Matos 2012-12-12 09:41:26 +01:00
parent b7678493f9
commit 88a9b7648c
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries schema="org.gnome.shell.keybindings"
group="system"
_name="Typing"
wm_name="GNOME Shell"
package="gnome-shell">
<KeyListEntry name="switch-input-source"
_description="Switch to next source"/>
<KeyListEntry name="switch-input-source-backward"
_description="Switch to previous source"/>
</KeyListEntries>

View File

@ -54,6 +54,7 @@ keysdir = @GNOME_KEYBINDINGS_KEYSDIR@
keys_in_files = \
50-gnome-shell-screenshot.xml.in \
50-gnome-shell-system.xml.in \
50-gnome-shell-typing.xml.in \
$(NULL)
keys_DATA = $(keys_in_files:.xml.in=.xml)

View File

@ -135,6 +135,16 @@ value here is from the GsmPresenceStatus enumeration.</_summary>
Keybinding to start/stop the builtin screen recorder.
</_description>
</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>
<schema id="org.gnome.shell.keyboard" path="/org/gnome/shell/keyboard/"