How can I simulate mouse down with a modifier?
I have an object that triggers to play sound if I click it with option, and as long as I’m holding the mouse, it keeps playing the sound. When I release the mouse, it stops.
I created an action for left click with option at 0,0 from the current mouse location, and specified to hold.
However, when I execute the macro, it just plays the sound very briefly as if I just clicked with modifier option and released immediately without holding it.
I need the macro to simulate holding down the mouse until I execute another macro to release.
Is this possible?
Thanks!