Click Left Mouse, Hold and Drag, then Release Left Mouse

Hi There,

I am tying to set up a keyboard shortcut that left clicks and holds, moves to a position, and then releases. I've tried a few ways with no success. What Am I doing wrong?

Thanks!
Craig

For this you need to split up the left click in a "mouse down" and "mouse up" using the custom click / more mouse buttons action. Also for some apps it might be necessary to add a little delay after the initial click and after the drag.

Attaching an example here
mouse_drag_shortcutb.bttpreset (4.7 KB)

1 Like

I've always done it like this :joy:

Ah good point, that's even better / will work better in some edge cases

Thanks to you both! @Andreas_Hegenberg yours worked for me.