update shortcuts.ahk for new paths
This commit is contained in:
parent
4c01b4b3e3
commit
be7ea9ca6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user