Created
December 8, 2015 18:41
-
-
Save jploudre/e49f76d6a7ad8b6f64cf to your computer and use it in GitHub Desktop.
Automatically Close Window with Autohotkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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