-
Notifications
You must be signed in to change notification settings - Fork 68
Bind mouse buttons #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So are mouse side buttons 1-7 available and just not 8 and 9? I don't have a mouse with that many buttons but I could look into fixing this! |
https://wiki.archlinux.org/title/Sxhkd
For example, button1 is LMB and button2 is RMB, the side buttons for me are button8 and button9. |
You can't bind any mouse button at all in Cinnamon |
@Goosegit11 I was looking into ways this could be implemented and I think in the Keyboard section would probably be the best Like here you could assign a mouse button as a "keyboard" binding. I haven't really looked into mouse button bindings much but what do you think of this idea? would there be any missing functionality if it was implemented this way? |
This is exactly what I am proposing |
Parts of sound150@claudiux applet, if that can help:
|
I started working on this yesterday and actually got it working! I'm just cleaning up my implementation and organizing it a bit before I make a PR. Also another note, the Keyboard applet and the shortcut logic is actually handled in teh cinnamon repo instead of this cinnamon-desktop one. Here is a link to the file for the Keyboard Applet I will be opening an issue there to track my progress and I'll put a link to it here just so everything stays in the correct place |
Here is the issue opened in the correct spot! linuxmint/cinnamon#12840 @claudiux I'm not sure if you can close issues, but this one could probably be closed with a message to check the other issue in the correct place. |
looking forward to try it out :-) |
Add an ability to bind mouse side buttons (button8, button9 and more) in the Keyboard -> Shortcuts settings.
Currently I solve it by running sxhkd with a config like that:
The text was updated successfully, but these errors were encountered: