Mouse Gestures conflict with Normal Mouse's click trigger

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.


Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):

Normal Mouse


Screenshots



Device information:

  • Type of Mac: MacBook Pro 14-inch, 2023
  • macOS version: 15.5 (24F74)
  • BetterTouchTool version: 5.468 (2025061017)

Additional information (e.g. crash logs, related issues, etc.):