You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the keyboard applet you cannot bind mouse buttons only keyboard buttons. This is something I've been working on implementing and I have completed it I'm just cleaning up the implementation before I make a PR.
Related Issue
There was an issue opened for this a bit over a year ago in the linuxmint/cinnamon-desktop repo but I opened a new one here because the Keyboard applet is under this repo
Implementation
The implementation for this is pretty straightforward I just needed to modify KeybindingWidgets.py to allow for mouse button input and to not allow Mouse buttons 1-3 to be used. After this I also needed to do some work in SettingsWidgets.py as that handles conflicts between keybinds.
The text was updated successfully, but these errors were encountered:
Description
Currently in the keyboard applet you cannot bind mouse buttons only keyboard buttons. This is something I've been working on implementing and I have completed it I'm just cleaning up the implementation before I make a PR.
Related Issue
There was an issue opened for this a bit over a year ago in the linuxmint/cinnamon-desktop repo but I opened a new one here because the Keyboard applet is under this repo
Implementation
The implementation for this is pretty straightforward I just needed to modify
KeybindingWidgets.py
to allow for mouse button input and to not allow Mouse buttons 1-3 to be used. After this I also needed to do some work inSettingsWidgets.py
as that handles conflicts between keybinds.The text was updated successfully, but these errors were encountered: