Mouse Clicks: Configure different functionality for long or short presses

am trying to use this to set some variable on button down/up state, however now the up button is taking over the normal click & basically rendering the left click unusable.

am not sure if this is a bug or something missing on my end.

If you configure a trigger in BTT, the system will not perform the standard functionality anymore. You could of course try to send a left-mouse-down and left-mouse-up in your action sequence, but I would not recommend doing something like this. If you need to know whether a button is pressed, better use the variable "currently_pressed_mouse_buttons" which is also available as advanced trigger condition

1 Like

Hi. Is it possible to replicate this with eg. 3 finger click?
Thank you

Nevermind, I replicated what I needed with a delay and if

Happy to learn if there's a better method :slight_smile:

1 Like