diff --git a/shortcuts.ahk b/shortcuts.ahk index 1c2dc70..1cddd44 100644 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -23,3 +23,8 @@ return #G:: Run C:\apps\Vim\vim73\gvim.exe return + +; Win+N open Cygwin +#N:: +Run C:\apps\puttycyg\putty.exe -cygterm - +return