blob: 1c0dbe5cccb4b51e31a60a0159d301ed64b5460c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "se,se,ru"
Option "XkbVariant" "nodeadkeys,,"
Option "XkbOptions" "grp:alt_caps_toggle,compose:paus"
EndSection
Section "InputDevice"
Identifier "<default pointer>"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
Option "Emulate3Buttons" "Off"
Option "ZAxisMapping" "4 5 6 7"
EndSection
|