diff --git a/D3K.ahk b/D3K.ahk index 1bed5f1..816683a 100644 --- a/D3K.ahk +++ b/D3K.ahk @@ -629,9 +629,9 @@ Return if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused { Send !d ; Focus the address bar - Send C:\Users\%racf%\Documents\Work_Docs\Cases\2019-07 - 12 ; current folder, would love to use a var instead, but Run doesn't like it + Send C:\Users\%racf%\Documents\Work_Docs\Cases\2020-01 - 06 ; current folder, would love to use a var instead, but Run doesn't like it Send {Enter} Return } -Run, C:\Users\%racf%\Documents\Work_Docs\Cases\2019-07 - 12 ; 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 \ No newline at end of file