Skip to content

Instantly share code, notes, and snippets.

@Bastianowicz
Created December 18, 2014 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bastianowicz/eb9214c321071ebf6abe to your computer and use it in GitHub Desktop.
Save Bastianowicz/eb9214c321071ebf6abe to your computer and use it in GitHub Desktop.
Create a new File with AutoHotkey on Windows
#IfWinActive, ahk_class CabinetWClass
^!n::
KeyWait Alt
Send {AppsKey}
Send n
Send t
return
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment