Advertisement
quasi

30-Logitech-MX5500.conf

Feb 5th, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Section "InputClass"
  2. MatchIsKeyboard "true"
  3. Identifier "german keyboard layout"
  4. Option "XkbLayout" "de"
  5. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  6. EndSection
  7.  
  8. Section "InputClass"
  9. MatchIsPointer "true"
  10. MatchVendor "Logitech"
  11. MatchProduct "MX Revolution Mouse"
  12. Identifier "Logitech MX5500 Revolution Mouse"
  13. Driver "evdev"
  14. Option "Resolution" "1200"
  15. Option "Buttons" "17"
  16. # Option "ButtonMapping" "1 2 3 7 8 4 5 6 9 10"
  17. Option "EmulateWheel" "false"
  18. Option "AutoServerLayout" "on"
  19. EndSection
  20.  
  21. Section "InputClass"
  22. MatchIsKeyboard "true"
  23. MatchVendor "Logitech"
  24. MatchProduct "MX5500 Keyboard"
  25. Identifier "Logitech MX5500 Revolution"
  26. Driver "evdev"
  27. Option "AutoServerLayout" "on"
  28. EndSection
  29.  
  30. Section "InputClass"
  31. MatchVendor "Logitech"
  32. MatchProduct "Logitech BT Mini-Receiver"
  33. Identifier "Logitech BT Mini-Receiver"
  34. Option "Ignore" "true"
  35. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement