add trackpoing cfg

This commit is contained in:
arcan1s 2015-08-26 19:58:13 +03:00
parent f01b885069
commit 2791872624

View File

@ -0,0 +1,10 @@
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
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