1
0
Fork 0
numbers/copy to etc/X11/xorg.conf.d/00-keyboard.conf

11 lines
434 B
Plaintext

# 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" "caps:escape,terminate:ctrl_alt_bksp,shift:both_capslock"
EndSection