Add forward/back to "Personal"

This commit is contained in:
Kenneth Benzie 2022-04-26 21:46:00 +01:00
parent 994ea47f5b
commit 83628bebe7

View File

@ -45,14 +45,14 @@ return
; -------------------------------- Navigation -------------------------------- ; -------------------------------- Navigation --------------------------------
$![:: ; back $![:: ; back
if WinActive("Firefox") if WinActive("Firefox") || WinActive("Personal")
send !{Left} send !{Left}
else else
send ![ send ![
return return
$!]:: ; forward $!]:: ; forward
if WinActive("Firefox") if WinActive("Firefox") || WinActive("Personal")
send !{Right} send !{Right}
else else
send !] send !]