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.

Revisions

  1. jploudre created this gist Dec 8, 2015.
    7 changes: 7 additions & 0 deletions closewindow.ahk
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #Persistent
    SetTimer, ClosePopup, 250
    return

    ClosePopup:
    WinClose, Hummingbird Room - Super Turbo
    return