Add a shortcut for caps lock if needed
This commit is contained in:
parent
24445bcf7a
commit
f83c3d798f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set_keyboard_and_language () {
|
|||
layouts="[$en, $fr]"
|
||||
fi
|
||||
gsettings set org.gnome.desktop.input-sources sources "$layouts"
|
||||
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
|
||||
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch', 'compose:caps', 'shift:both_capslock']"
|
||||
}
|
||||
set_keyboard_and_language
|
||||
|
||||
|
|
Loading…
Reference in a new issue