Files
linuxinstall/configfiles/etc/X11/xorg.conf.d/10-keyboard-layout.conf
2024-09-04 22:29:03 +02:00

7 lines
208 B
Plaintext

Section "InputClass"
Identifier "keyboard Layout"
MatchIsKeyboard "on"
Option "XkbLayout" "fr, de, se"
Option "XkbOptions" "grp:shifts_toggle"
EndSection