You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
428 B
12 lines
428 B
3 years ago
|
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
|
||
|
# probably wise not to edit this file manually. Use localectl(1) to
|
||
|
# instruct systemd-localed to update it.
|
||
|
Section "InputClass"
|
||
|
Identifier "system-keyboard"
|
||
|
MatchIsKeyboard "on"
|
||
|
Option "XkbLayout" "us"
|
||
|
Option "XkbModel" "pc104"
|
||
|
Option "XkbVariant" "altgr-intl"
|
||
|
Option "XkbOptions" "caps:escape"
|
||
|
EndSection
|