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