You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tray icon now briefly changes to a different one to indicate that the window has been successfully focused. This is enabled by default, but can be disabled with a -noflash parameter.
Added a new startup parameter: -beepall, which makes the script additionally beep once when the UAC window pops up already in focus.
Replaced standard AutoHotKey window detection method (winwait) with a shell hook. This reduces already negligible CPU usage even further.
Replaced standard AutoHotKey window focusing method (winactivate) with a system call which works much more reliable in cases that were missed before. As of now, the script is unable to show a notification/sound a beep when they occur.