From 27918726246a47fb973ef9dfcc37aa07b5d5691b Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 26 Aug 2015 19:58:13 +0300 Subject: [PATCH] add trackpoing cfg --- kbdlayout/20-thinkpad.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kbdlayout/20-thinkpad.conf 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