summaryrefslogtreecommitdiff
path: root/chesen-mouse-emulation.xorg.conf
blob: a6d7abdea50121673979c0a796b86534ee34bda6 (plain)
1
2
3
4
5
6
7
8
9
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