From cb8428f3c3c9ab1706ef1f60b398ec8140cc1f92 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 23 Nov 2015 11:59:05 -0500 Subject: Add xorg snippet to enable mouse emulation. --- chesen-mouse-emulation.xorg.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chesen-mouse-emulation.xorg.conf diff --git a/chesen-mouse-emulation.xorg.conf b/chesen-mouse-emulation.xorg.conf new file mode 100644 index 0000000..a6d7abd --- /dev/null +++ b/chesen-mouse-emulation.xorg.conf @@ -0,0 +1,10 @@ +Section "InputClass" + Identifier "Wheel emulation" + MatchProduct "CHESEN" + MatchDevicePath "/dev/input/event*" + Option "EmulateWheel" "true" + Option "EmulateWheelButton" "3" + Option "Emulate3Buttons" "false" + Option "XAxisMapping" "6 7" + Option "YAxisMapping" "4 5" +EndSection -- cgit v1.2.3