Skip to content

Instantly share code, notes, and snippets.

@aXe1
Created June 17, 2019 09:37
Show Gist options
  • Save aXe1/183ccc2e95d13d0104d52a5a6af73d46 to your computer and use it in GitHub Desktop.
Save aXe1/183ccc2e95d13d0104d52a5a6af73d46 to your computer and use it in GitHub Desktop.
Workaround for ensuring KeeAgent popups will always have focus
While 1
Local $hwnd = WinWait("KeePass", "has requested to use the SSH key")
WinActivate($hwnd)
WEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment