Update for 2020 documentation

This commit is contained in:
David Daily 2020-01-14 07:04:49 -06:00
parent ae88cc6394
commit 21b3ee9505
1 changed files with 2 additions and 2 deletions

View File

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