Add forward/back to "Personal"
This commit is contained in:
parent
994ea47f5b
commit
83628bebe7
@ -45,14 +45,14 @@ return
|
||||
; -------------------------------- Navigation --------------------------------
|
||||
|
||||
$![:: ; back
|
||||
if WinActive("Firefox")
|
||||
if WinActive("Firefox") || WinActive("Personal")
|
||||
send !{Left}
|
||||
else
|
||||
send ![
|
||||
return
|
||||
|
||||
$!]:: ; forward
|
||||
if WinActive("Firefox")
|
||||
if WinActive("Firefox") || WinActive("Personal")
|
||||
send !{Right}
|
||||
else
|
||||
send !]
|
||||
|
Loading…
x
Reference in New Issue
Block a user