Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "Marble Mouse"
  3. MatchProduct "Logitech USB Trackball"
  4. MatchIsPointer "on"
  5. MatchDevicePath "/dev/input/event*"
  6. Driver "evdev"
  7. Option "SendCoreEvents" "true"
  8.  
  9. # Physical buttons come from the mouse as:
  10. # Big: 1 3
  11. # Small: 8 9
  12. #
  13. # This makes left small button (8) into the middle, and puts
  14. # scrolling on the right small button (9).
  15. #
  16. Option "Emulate3Buttons" "true"
  17. Option "Buttons" "9"
  18. Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
  19. Option "EmulateWheel" "true"
  20. Option "EmulateWheelButton" "9"
  21.  
  22. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement