From cf7dc49533c854fba3a2d09368a89d2418e87f75 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 Feb 2020 08:37:32 -0600 Subject: [PATCH] making sure everything is up to date --- D3K.ahk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/D3K.ahk b/D3K.ahk index 6faf284..e0522a7 100644 --- a/D3K.ahk +++ b/D3K.ahk @@ -159,6 +159,7 @@ If (glovar = 1) ini_write(glovarini, "dorg", dealinfo.org) } FileGetTime, gvMod, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code + Continue } If (InStr(REKey, "dem") or InStr(REKey, "dnm") or InStr(REKey, "dus")) { @@ -624,7 +625,8 @@ Run, C:\Users\%racf%\Downloads ; Open the downloads folder on Win+J Return - +/* +This part only works for my folder structure #w:: if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused { @@ -635,3 +637,4 @@ if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused } Run, C:\Users\%racf%\Documents\Work_Docs\Cases\2020-01 - 06 ; Open the documentation folder on Win+W Return +*/