update shortcuts.ahk for new paths

This commit is contained in:
Josh Holtrop 2011-05-23 08:38:56 -04:00
parent 4c01b4b3e3
commit be7ea9ca6b

View File

@ -1,12 +1,12 @@
; shortcuts.ahk
; Version 1.0
; 2010-01-04
; Version 1.1
; 2011-05-23
#SingleInstance force
; Win+H open hours spreadsheet
#H::
Run D:\hours\WeeklyHours2010.xls
Run C:\Users\JoshHoltrop\hours\WeeklyHours2011.xls
return
; Win+A open command prompt (used to be aterm)
@ -21,5 +21,5 @@ return
; Win+G open GVIM
#G::
Run C:\apps\Vim\vim72\gvim.exe
Run C:\apps\Vim\vim73\gvim.exe
return