mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 07:57:18 +00:00
add trackpoing cfg
This commit is contained in:
parent
f01b885069
commit
2791872624
10
kbdlayout/20-thinkpad.conf
Normal file
10
kbdlayout/20-thinkpad.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user