Move or Click Mouse → NO "Relative to [CURRENT] Screen Corner"

Hi @peternlewis,

Is there any reason why the move mouse action does not have relative to current screen corner action? Can it be added as an option?

image

I'd like to simulate mouse click the menu bar item relative to the upper-right corner of the current screen, not the main screen.
When I'm working on the secondary screen, it does not feel good to have mouse click the main screen menu bar item and move back to the secondary screen, because after that, the focused window in the secondary window loses focus. The last front window in the main screen gets focused.

Thanks!

There are only so many options you can reasonably put in a menu.

You can do this, just use the SCREEN function, such as:

SCREEN(Front,Top)+10
SCREEN(Front,Left)+50

Works perfectly!
Thanks!

1 Like