Ich habe Logitech MX 700. Mein Problem ist , dass ich alle buttons nicht zum laufen bringen kann. die werden zwar von "xev" erkannt aber wien man an diese button bestimmte funktionen einbindet
Hier ist mein xorg.conf Datei:
Code: Alles auswählen
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "ZAxisMapping" "7 8"
Option "Buttons" "10"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver"
Option "Resolution" "800"
EndSection
Code: Alles auswählen
xmodmap -e "pointer = 1 2 3 7 8 6 4 5 9 10"
Wenn ich jetzt die configuration teste :
Code: Alles auswählen
# xev
Linke Maustaste
Mittlere MaustasteButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1617557, (84,116), root:(88,540),
state 0x10, button 1, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1617717, (84,116), root:(88,540),
state 0x110, button 1, same_screen YES
Rechte MaustasteButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1620461, (85,116), root:(89,540),
state 0x10, button 2, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1620765, (85,116), root:(89,540),
state 0x210, button 2, same_screen YES
Mausrad nach ObenButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1622117, (85,116), root:(89,540),
state 0x10, button 3, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1622245, (85,116), root:(89,540),
state 0x410, button 3, same_screen YES
Mausrad nach UntenButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1627484, (85,116), root:(89,540),
state 0x10, button 4, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1627484, (85,116), root:(89,540),
state 0x810, button 4, same_screen YES
Obere Taste (Steht ganz oben)ButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1628124, (85,116), root:(89,540),
state 0x10, button 5, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1628124, (85,116), root:(89,540),
state 0x1010, button 5, same_screen YES
Seitentaste nach ObenButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1630587, (85,116), root:(89,540),
state 0x10, button 6, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1630771, (85,116), root:(89,540),
state 0x10, button 6, same_screen YES
Seitentaste nach UntenButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1632803, (85,116), root:(89,540),
state 0x10, button 8, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1633043, (85,116), root:(89,540),
state 0x10, button 8, same_screen YES
So weit so gut! Leider finde ich keine passende Einstellungen zu imwheeel.ButtonPress event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1633579, (85,116), root:(89,540),
state 0x10, button 7, same_screen YES
ButtonRelease event, serial 30, synthetic NO, window 0x3000001,
root 0x8e, subw 0x0, time 1633787, (85,116), root:(89,540),
state 0x10, button 7, same_screen YES
Ich habe soweit schon fast alle FAQs durchgelesen, aber ich finde keine passende Konfiguration!
Wenn jemand weiss wie ich an die 3 Tasten 6,7 und 8 (oder wenigstens 7 und 8 ) eine funktion einbindn kann, hilft mir bitte!!!
