summaryrefslogtreecommitdiff
path: root/chesen-mouse-emulation.xorg.conf
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-25 09:41:42 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-25 09:41:42 -0500
commitf64df3a4e474d9a6ef2a69f8f6b6867a6e8d3d10 (patch)
tree2689e6cc9c60db971e132578133b2c089697319b /chesen-mouse-emulation.xorg.conf
parent769d3c6a16f7a0837d9c0461a46e1b352f9daa5d (diff)
parent9f6265697a2184fc6050f8b845c8bb43ddc84c2d (diff)
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'chesen-mouse-emulation.xorg.conf')
-rw-r--r--chesen-mouse-emulation.xorg.conf10
1 files changed, 10 insertions, 0 deletions
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