update shortcuts.ahk for new paths
This commit is contained in:
parent
4c01b4b3e3
commit
be7ea9ca6b
@ -1,12 +1,12 @@
|
|||||||
; shortcuts.ahk
|
; shortcuts.ahk
|
||||||
; Version 1.0
|
; Version 1.1
|
||||||
; 2010-01-04
|
; 2011-05-23
|
||||||
|
|
||||||
#SingleInstance force
|
#SingleInstance force
|
||||||
|
|
||||||
; Win+H open hours spreadsheet
|
; Win+H open hours spreadsheet
|
||||||
#H::
|
#H::
|
||||||
Run D:\hours\WeeklyHours2010.xls
|
Run C:\Users\JoshHoltrop\hours\WeeklyHours2011.xls
|
||||||
return
|
return
|
||||||
|
|
||||||
; Win+A open command prompt (used to be aterm)
|
; Win+A open command prompt (used to be aterm)
|
||||||
@ -21,5 +21,5 @@ return
|
|||||||
|
|
||||||
; Win+G open GVIM
|
; Win+G open GVIM
|
||||||
#G::
|
#G::
|
||||||
Run C:\apps\Vim\vim72\gvim.exe
|
Run C:\apps\Vim\vim73\gvim.exe
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user