Skip to content

Instantly share code, notes, and snippets.

@caiwan
Created June 2, 2015 08:58
Show Gist options
  • Save caiwan/1925bbc022e0d44477b9 to your computer and use it in GitHub Desktop.
Save caiwan/1925bbc022e0d44477b9 to your computer and use it in GitHub Desktop.
Autohotkey stub
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Description goez here
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; exit by typing 'qqq'
:*:qqq::
{
exitapp 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment