From 84b71673989f5cc2c42015173d73d5ca626dc6ec Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 10 Sep 2012 16:28:56 -0400 Subject: [PATCH] Win+E to open Windows Explorer to workspace directory --- shortcuts.ahk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shortcuts.ahk b/shortcuts.ahk index 9cbc7c9..e4fea27 100755 --- a/shortcuts.ahk +++ b/shortcuts.ahk @@ -18,3 +18,8 @@ return #G:: Run C:\apps\Vim\vim73\gvim.exe return + +; Win+E opens Windows Explorer to my workspace directory +#E:: +Run C:\Windows\system32\explorer.exe C:\Workspace\Holtrop +return