Mouse Chording (e.g. switch desktops with mousewheel while right mouse button is pressed)

Hi! Apologies if this has been asked before, I didn't find anything in a brief search. My question is: can I do mouse chords in BTT? For example I would like Mousewheel to switch between virtual desktops while right mouse button is pressed. Any help is appreciated!

Interested in this as well.

Any updates on this? I actually use the side button hold and drag mouse left, right to switch between apps, but that is provided by another app. I want to be able to do that with BTT, so I wouldn't need the other app anymore.

For that best use BTT's drawing gestures. If you don't want an on-screen display you can make them inivisible.

https://docs.folivora.ai/docs/701_drawings.html

In general for chording you can often make use of the Advanced Trigger Conditions "currently_pressed_mouse_buttons" variable.

1 Like

I would love to see this feature on BTT, just like steer mouse, I can press left and right click at a same time to trigger my own menu or middle click + scroll up or down for my other automation. Please consider to add this feature :slight_smile:
steerMouse

That should be possible using the advanced trigger conditions and ensuring that the conditions you need are met.

E.g. on a scroll up trigger, add a condition that middle mouse button is pressed

It's working :slight_smile: , but only for left and right click combination, for scroll up + middle click not working.