Closed ghost closed 3 years ago
Note, a workaround for this is to reposition the window to positive coordinates (using AppleScript in my case) prior to invoking the mouseclick action.
From the built-in help:
If you need to specify absolute negative values in case you have a setup with a second display arranged to the left of your main display, prefix the number with “=”, for instance “c:100,=-200”.
Haven’t tried that in years, but I haven’t heard any complaints that it wouldn’t work.
Hah, I suppose I should have looked for that...RTFM. I'll retract my issue, thanks for pointing that out!
The way that the mouse position reports in this case is that you'll have a negative number, and cliclick seems to interpret that as "0" so it has an upper/left bound at the origin of the primary display.