Closed alin89c closed 3 years ago
Do I assume correctly that your secondary display is arranged to the left your primary display?
Yes, but I've found a workaround. To recall the initial mouse coordinates in my script (AppleScript), I just store the x and y before executing a cliclick command. Then, at the end of the script I use the move command (along with the x and y variables) to put the mouse pointer where it was initially.
Fixed in 5.0.1, which will be released in a few minutes. Given that the fix required inserting two “=” into the code, it took me quite a bit …
The option to restore the initial mouse location when finished doesn't work on a secondary display. Am I the only one having this issue?
Thank you.