Add forward/back to "Personal"
This commit is contained in:
parent
994ea47f5b
commit
83628bebe7
@ -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 !]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user