From 096223408b68a48938dbad6c84413c00f724ddab Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 24 May 2011 16:09:02 -0400 Subject: [PATCH] add Win+N to launch cygwin --- shortcuts.ahk | 5 +++++ 1 file changed, 5 insertions(+) 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