Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created November 7, 2019 19:44
Show Gist options
  • Select an option

  • Save manualbashing/0213c3cedbf5a1d7dfa6d1545eaf79be to your computer and use it in GitHub Desktop.

Select an option

Save manualbashing/0213c3cedbf5a1d7dfa6d1545eaf79be to your computer and use it in GitHub Desktop.
[AHK Gui Cheatsheet] #ahk

Use this in a function to exit on ESC, without overriding the ESC key globally.

GuiEscape:
    Gui, Destroy
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment