Closed almulalic closed 2 years ago
How are you setting up
Are these done using Solaar rules? If so, please provide your rules file.
Yes, via the Solaar UI, I tried to change the order (as I remember it sometimes can make a difference) but with no luck. Here is the config file:
Or image Config
What you probably want to do is to have the first rule start with a mouse gesture condition with an empty gesture list (in the rule editor delete the movement field). What your rules do now is simulate super-F1 whenever the mouse gesture button is pressed, which likely isn't what you want.
This solved the issue, thank you.
Information
solaar --version
orgit describe --tags
if cloned from this repository): solaar 1.1.5uname -srmo
):Linux 5.15.74-3-MANJARO x86_64 GNU/Linux
solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug Hi, I still don't know if this is a bug but I'm really running out of ideas of what could be causing this issue. Year ago I successfully managed to map the gestures buttons as I wanted them, and few days ago I distrohopped and lost my config in the process. I still don't know what did I do differently but here is the minimal example:
I'm mapping gesture button to SUPER + F1
Left gesture to CTRL ALT RIGTH
Right gesture to CTRL ALT LEFT
Both of the left and right gestures are working fine but when I enable the mapping for gesture button click they stop working. This is probably happening because solaar is detecting the gesture button click before it await to see if there are any gestures. In some rare occasions I can use all three of these mappings but most of the time I get two mappings triggered (gesture click + gesture left) or just the gesture click. I tried to manually configure logiops and it is working without any problems but I would like to resolve this on the solaar side too. Mappings that I tried for gesture button:
Gesture -> No-Op (doesn't work)
Key -> Virtual Gesture Button (doesn't work)
Key -> Mouse Gesture button (working)
Feature -> Reprog controls v4 (working but spamming the click button)
and one other that I can't remember
To Reproduce Steps to reproduce the behavior:
Screenshots Config Additional context Interesting thing I found out while testing was that Mouse Gesture button even is fired multiple times on GNOME (click multiple times) while on KDE it seems that it just fires once.