Unter Gutsy konnten man über evdev options die Sondertasten der Maus steuern.
Bei Hardy scheint das nicht mehr zu gehen:
Gutsy:
Section "InputDevice" Identifier "Configured Mouse" Driver "evdev" Option "CorePointer" Option "Name" "Logitech USB-PS/2 Optical Mouse" Option "Buttons" "8" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection
Hardy:
Section "InputDevice"
Identifier "MausMX500"
Driver "evdev"
Option "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
EndSectionMuss man jetzt wirklich xbindkeys verwenden? Kann man nicht mehr die evdev options nehmen?