Skip to content

Instantly share code, notes, and snippets.

Created November 25, 2014 07:35
Show Gist options
  • Save anonymous/9e96cf26ac584f5d0580 to your computer and use it in GitHub Desktop.
Save anonymous/9e96cf26ac584f5d0580 to your computer and use it in GitHub Desktop.
launch-or-activate putty
!+p::
If WinExist("ahk_class PuTTY") {
WinActivate
} else {
Run, D:\Dropbox\Bin\putty.exe
}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment