Describe the bug
I have a mouse gesture set to trigger with no modifier key, and I’ve also assigned a simulated key press on “Normal Mouser” with Shift + Right Click. My expectation was that I could perform a mouse gesture simply by dragging the mouse, while a Shift + Right Click would only trigger the normal mouse action.
However, what’s actually happening is that the trigger listener for “Mouse Gestures” is always active, which means my normal mouse trigger never activates. I even tried setting a modifier key for “Mouse Gestures,” but the issue still persists.
I also ran into another issue when setting “Conditions” for “Mouse Gestures.” For example, I wanted to disable “Mouse Gestures” while playing a game, like gameABC.app. Even though I set the condition as “active_app_name” does not contain “gameABC.app,” the mouse listener still stays active. Because of this, my game only receives the right-click action after releasing the mouse button.
Hi
The issue I have is that right-click context menu no longer pops up when gesture are enabled.
Would expect gestures to run only on mouse movement not on click alone.
Got it working, by adding another rightClick mouse-up trigger with maximum hold time 0.1s and right click action.
And on righClick mouse gesture trigger I set minimum hold time to 0.11s.
I’m also experiencing a similar issue to this thread. I’m using an MX Master 3S.
I enabled right-click mouse gestures and the thumb button gesture. Everything was working fine before, but today I added the thumb gesture. I set up right-click mouse up and the gesture according to the docs, but now right-click has become inconsistent and the context menu doesn’t always show up.
When I enable the “enable right click” option in the advanced settings, it stops working entirely. Now I’m confused about which settings I should be checking to make this work properly.
Update: I’ve been using this method, and it works sometimes, but not consistently.
Solved. Thanks for your support. Turns out the main issue was that a lot of the drawings I set up were using the same identifying name. After fixing the naming properly, enabling the right-click checkbox in the settings resolved everything. Right-click and gestures are now working perfectly.