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"