diff --git a/shortcuts.ahk b/shortcuts.ahk old mode 100644 new mode 100755 index 28d5111..9cbc7c9 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -4,11 +4,6 @@ #SingleInstance force -; Win+H open hours spreadsheet -#H:: -Run C:\Users\JoshHoltrop\hours\WeeklyHours2011.xls -return - ; Win+A open command prompt (used to be aterm) #A:: Run C:\Windows\System32\cmd.exe @@ -23,8 +18,3 @@ return #G:: Run C:\apps\Vim\vim73\gvim.exe return - -; Win+N open Cygwin -#N:: -Run C:\cygwin\bin\run.exe C:\cygwin\home\JoshHoltrop\.bin\mintty.bat -return