Update for 2020 documentation
This commit is contained in:
parent
ae88cc6394
commit
21b3ee9505
4
D3K.ahk
4
D3K.ahk
@ -629,9 +629,9 @@ Return
|
|||||||
if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused
|
if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused
|
||||||
{
|
{
|
||||||
Send !d ; Focus the address bar
|
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}
|
Send {Enter}
|
||||||
Return
|
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
|
Return
|
Loading…
Reference in New Issue
Block a user