Use US International

This commit is contained in:
Anthony Rose 2024-01-22 14:21:25 +00:00
parent 704a3b90b9
commit 987ee12aa6

View file

@ -28,8 +28,11 @@ set_keyboard_and_language () {
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
case "$LANG" in
"fr_FR.UTF-8")
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us+intl'), ('xkb', 'gb')]"
;;
*)
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'gb+extd')]"
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'gb'), ('xkb', 'us+intl')]"
;;
esac