-
Notifications
You must be signed in to change notification settings - Fork 37
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
Extra mouse button support #153
Comments
I don't have any issue with adding support for additional mouse buttons. If you can create a pull request with the above changes, that would be helpful. |
There are two problems with that:
|
We do not maintain the version below GNOME 45 any more. The code changed significantly with GNOME 45 and then the extension was rewritten in typescript. |
It is not really much work to add this IMHO but where to stop ? |
@ChrisLauinger77 not so - my mouse has two extra buttons, but its codes are 0x08 and 0x09. What I tried to say that I am not sure that every mouse with two extra buttons has the 0x08 and 0x09 codes and not, for example, 0x06 and 0x07. For me personally the two extra buttons was the one feature which I was missing because there was nowhere to bind "Next" and "Prev". By the way, I can't contribute to new version because I'm user of Debian Stable and can not into new GNOME :) |
@snoopcatt You will get newer GNOME when debian stable updates next year. |
Hello everyone.
I have Logitech mouse, which has extra buttons, and I wish to use it as bindings for media widget.
I have to add this lines into function _mouseActionButton:
also redefine mouseActionTypes enum:
and finally, in prefs.js add support to configure it:
Everything is working now and I can set actions for extra mouse buttions.
Should be great if it will be in upstream some day, but have no idea, is it always Button8 and Button9, or maybe Button6/7 on some mouses, etc.
The text was updated successfully, but these errors were encountered: