Skip to content

v0.7.1

Compare
Choose a tag to compare
@lightproof lightproof released this 12 Jun 01:12
· 10 commits to main since this release
  • 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.