summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-05-16 23:08:22 +0200
committerBenjamin Berg <bberg@redhat.com>2018-05-17 11:53:57 +0200
commit751e44568c73f80097e57ff83952f249468b4e9f (patch)
treeab564552149bfed82803a1088491cc968d5491f4
parent294c652aa1139f74e2e43060dc263418fff5eb2e (diff)
downloadgsettings-desktop-schemas-benzea/keyboard-keys.tar.gz
Add XF86Keyboard keybinding to cycle the keyboard layoutbenzea/keyboard-keys
This is a key found on Lenovo laptops since 2017. The key will only be usable on a wayland session. See also https://bugs.freedesktop.org/show_bug.cgi?id=101521
-rw-r--r--schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
index da62a61..4029a10 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
@@ -332,12 +332,12 @@
<summary>Move window to center of screen</summary>
</key>
<key name="switch-input-source" type="as">
- <default><![CDATA[['<Super>space']]]></default>
+ <default><![CDATA[['<Super>space','XF86Keyboard']]]></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><![CDATA[['<Shift><Super>space']]]></default>
+ <default><![CDATA[['<Shift><Super>space','<Shift>XF86Keyboard']]]></default>
<summary>Switch input source backward</summary>
<description>Binding to select the previous input source</description>
</key>