Skip to content

Instantly share code, notes, and snippets.

@sheepeeh
Created May 9, 2014 15:13
Show Gist options
  • Save sheepeeh/291d8220eddb0074eb33 to your computer and use it in GitHub Desktop.
Save sheepeeh/291d8220eddb0074eb33 to your computer and use it in GitHub Desktop.
Autohotkey copy to open Notepad window
#c::
Send, {CTRLDOWN}c{CTRLUP}
WinActivate, Untitled - Notepad
sleep, 300
Send, {CTRLDOWN}v{CTRLUP}{ENTER}{ALTDOWN}{TAB}{ALTUP}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment