Win+E to open Windows Explorer to workspace directory

This commit is contained in:
Josh Holtrop 2012-09-10 16:28:56 -04:00
parent 9c081def67
commit 84b7167398

View File

@ -18,3 +18,8 @@ return
#G:: #G::
Run C:\apps\Vim\vim73\gvim.exe Run C:\apps\Vim\vim73\gvim.exe
return return
; Win+E opens Windows Explorer to my workspace directory
#E::
Run C:\Windows\system32\explorer.exe C:\Workspace\Holtrop
return