From 21b3ee9505030bc515c55cf0a5c0f546a25c2c8b Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 14 Jan 2020 07:04:49 -0600 Subject: [PATCH] Update for 2020 documentation --- D3K.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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