12 lines
354 B
Text
12 lines
354 B
Text
|
Section "InputClass"
|
||
|
Identifier "Trackpoint Wheel Emulation"
|
||
|
Driver "evdev"
|
||
|
MatchProduct "TPPS/2 IBM TrackPoint"
|
||
|
MatchDevicePath "/dev/input/event*"
|
||
|
Option "EmulateWheel" "true"
|
||
|
Option "EmulateWheelButton" "2"
|
||
|
Option "Emulate3Buttons" "false"
|
||
|
Option "XAxisMapping" "6 7"
|
||
|
Option "YAxisMapping" "4 5"
|
||
|
EndSection
|