mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
10 lines
402 B
Text
10 lines
402 B
Text
# 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" "latam"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbOptions" "terminate:ctrl_alt_bksp"
|
|
EndSection
|