Commit a140b019 authored by Anton Midyukov's avatar Anton Midyukov

l10n: add GNOME_KB_SWITCH to existing layouts

parent 60d53a5f
#!/bin/sh -x #!/bin/sh
[ -n "$GLOBAL_GNOME_KB_SWITCH" ] || exit 0 [ -n "$GLOBAL_GNOME_KB_SWITCH" ] || exit 0
...@@ -6,6 +6,5 @@ gsettings get org.gnome.desktop.wm.keybindings switch-input-source || return 0 ...@@ -6,6 +6,5 @@ gsettings get org.gnome.desktop.wm.keybindings switch-input-source || return 0
cat > /etc/dconf/db/local.d/01-gnome-keymap <<EOF cat > /etc/dconf/db/local.d/01-gnome-keymap <<EOF
[org/gnome/desktop/wm/keybindings] [org/gnome/desktop/wm/keybindings]
switch-input-source=[ "$GLOBAL_GNOME_KB_SWITCH" ] switch-input-source=['`echo $GLOBAL_GNOME_KB_SWITCH`', '<Super>space', 'XF86Keyboard']
switch-input-source-backward=[ "$GLOBAL_GNOME_KB_SWITCH" ]
EOF EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment