making sure everything is up to date

This commit is contained in:
David Daily 2020-02-05 08:37:32 -06:00
parent 9802fc7af0
commit cf7dc49533
1 changed files with 4 additions and 1 deletions

View File

@ -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
*/