Skip to content

Instantly share code, notes, and snippets.

@jploudre
Created December 8, 2015 18:41
Show Gist options
  • Select an option

  • Save jploudre/e49f76d6a7ad8b6f64cf to your computer and use it in GitHub Desktop.

Select an option

Save jploudre/e49f76d6a7ad8b6f64cf to your computer and use it in GitHub Desktop.
Automatically Close Window with Autohotkey
#Persistent
SetTimer, ClosePopup, 250
return
ClosePopup:
WinClose, Hummingbird Room - Super Turbo
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment