blob: d4f95ff18ce30086cc93940d86bb286b8932ee24 (
plain)
1
2
3
4
5
6
7
8
9
|
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbOptions" "ctrl:nocaps"
Option "AutoRepeat" "250 40"
EndSection
|