Last active
July 21, 2025 16:18
-
-
Save dewomser/416d929ed335ee7f6c61b52fa85228f7 to your computer and use it in GitHub Desktop.
Zusätzliche Mousetasten mit Tastatur Shortcuts belegen .mit xbindkeys . Getestet mit der Funkmaus FSM 4 C3 von Lidl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Am Ende ~/.xbindkeysrc drangehägt. | |
# Die Maustasten sind 8 und 9 rausgefunden mit xev | |
# Funktioniert jetzt auch mit Firefox. Kommentar zum Gist beachten ! | |
# verkleinern | |
"xte 'keydown Control_R' 'key plus' 'keyup Control_R'" | |
b:8 | |
# vergrößern | |
"xte 'keydown Control_R' 'key minus' 'keyup Control_R'" | |
b:9 |
In eine der "Autostarts" (z.B. die von Systemsteuerung) von KDE gehört /usr/bin/xbindkeys
eben wegen dem Autostart.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Workaround Firefox
Meine zusätzlichen Maustasten 4 und 5 zum vergrößern/verkleinern funktionieren jetzt auch mit Firefox 😃
Trick: Firefoxfunktion abschalten
about:config
mousebutton.4th.enabled => false
mousebutton.5th.enabled => false