asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

multi monitor problems with FAIl-SAFE #752

Open AvdN opened 1 year ago

AvdN commented 1 year ago

I have three external monitors attached to my Macbook Air M1 (Ventura 13.1). The main window is the middle one and this makes it almost impossible to get the mouse in the corner of that monitor in order to trigger the fail-safe, as you normally overshoot into the next monitor.

Fail-Safe should also trigger if the mouse position is outside of the monitor altogether.