diff --git a/kbdlayout/20-thinkpad.conf b/kbdlayout/20-thinkpad.conf new file mode 100644 index 0000000..d2eaa31 --- /dev/null +++ b/kbdlayout/20-thinkpad.conf @@ -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