From be7ea9ca6b85ff00c9aab5817bd36e9a4b414b62 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 23 May 2011 08:38:56 -0400 Subject: [PATCH] update shortcuts.ahk for new paths --- shortcuts.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shortcuts.ahk b/shortcuts.ahk index 4af0775..1c2dc70 100644 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -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