Add the new switch-input-source keybinding
https://bugzilla.gnome.org/show_bug.cgi?id=682315
This commit is contained in:
parent
b7678493f9
commit
88a9b7648c
15
data/50-gnome-shell-typing.xml.in
Normal file
15
data/50-gnome-shell-typing.xml.in
Normal 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>
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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>["<Super>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/"
|
||||
|
Loading…
Reference in New Issue
Block a user