Advertisement
Guest User

Untitled

a guest
Aug 26th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. GNU nano 2.7.4 File: 11-evdev-trackpoint.conf
  2.  
  3. # trackpoint users want wheel emulation
  4.  
  5. Section "InputClass"
  6. Identifier "trackpoint catchall"
  7. MatchIsPointer "true"
  8. MatchProduct "TrackPoint|DualPoint Stick"
  9. MatchDevicePath "/dev/input/event*"
  10. Option "Emulate3Buttons" "true"
  11. Option "EmulateWheel" "true"
  12. Option "EmulateWheelButton" "2"
  13. Option "XAxisMapping" "6 7"
  14. Option "YAxisMapping" "4 5"
  15. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement