Issue when leftClick + modifier locks/unlocks the X axis

Running BTT 5.793 on macOS Sequoia 15.7.2

I have configured fn+leftClick down to lock the X axis and fn+leftClick up to unlock the X axis.

It works perfectly, but the issue I'm experiencing is that I can' drag any window.

Steps to replicate the issue:

1- install the attached triggers
2- open a finder window
3- move the mouse cursor to the header of the finder window
4- hold fn and hold left click
5- move the mouse up and down
6- the mouse cursor moves correctly on the Y axis (as X axis is blocked), but the window is not dragged with the mouse cursor

exported_triggers.bttpreset (2.1 KB)

the problem is that by doing this you block the click as well

You'd need to add a left-click down to your first action sequence and a left-click up to your second. (via the custom mouse buttons & modifiers action)

x.bttpreset (3.1 KB)

1 Like

Thanks, it works perfectly now !