From aa0f305f2ec38d1a0adbfcf5d80a2c142f795caf Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 20 Jan 2014 11:37:57 -0500 Subject: [PATCH] add Win+B shortcut key --- JoshsAutoHotKey.ahk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/JoshsAutoHotKey.ahk b/JoshsAutoHotKey.ahk index 99f099b..7f804f1 100755 --- a/JoshsAutoHotKey.ahk +++ b/JoshsAutoHotKey.ahk @@ -218,6 +218,11 @@ return Run C:\Windows\System32\cmd.exe return +; Win+B open Bash (Cygwin) +#B:: +Run C:\cygwin\bin\mintty.exe --size 120`,40 -i /Cygwin-Terminal.ico - +return + ; Win+C open calculator #C:: Run "C:\apps\SpeedCrunch\speedcrunch.exe"