From 01ad534534a41de2e492e65a7c7a6e216827fc9b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 21 Oct 2013 11:39:48 -0400 Subject: [PATCH] fix Win+E shortcut --- JoshsAutoHotKey.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 JoshsAutoHotKey.ahk diff --git a/JoshsAutoHotKey.ahk b/JoshsAutoHotKey.ahk old mode 100644 new mode 100755 index 7737df5..0b53f66 --- a/JoshsAutoHotKey.ahk +++ b/JoshsAutoHotKey.ahk @@ -230,7 +230,7 @@ return ; Win+E opens Windows Explorer to my workspace directory #E:: -Run C:\Windows\system32\explorer.exe C:\Workspace\Holtrop +Run C:\Windows\explorer.exe C:\Workspace return ; Win+N opens a new sticky note