11 lines
348 B
Plaintext
11 lines
348 B
Plaintext
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
|
# manually too freely.
|
|
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Driver "evdev"
|
|
Option "XkbLayout" "us,se"
|
|
Option "XkbModel" "evdev"
|
|
Option "XkbOptions" "grp:alt_shift_toggle,ctrl:nocaps"
|
|
EndSection
|