making sure everything is up to date
This commit is contained in:
parent
9802fc7af0
commit
cf7dc49533
5
D3K.ahk
5
D3K.ahk
@ -159,6 +159,7 @@ If (glovar = 1)
|
|||||||
ini_write(glovarini, "dorg", dealinfo.org)
|
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
|
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"))
|
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
|
Return
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
This part only works for my folder structure
|
||||||
#w::
|
#w::
|
||||||
if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused
|
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
|
Run, C:\Users\%racf%\Documents\Work_Docs\Cases\2020-01 - 06 ; Open the documentation folder on Win+W
|
||||||
Return
|
Return
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user