Add AltGr+[ and AltGr+] for back/forward
This commit is contained in:
parent
83628bebe7
commit
8fb1d28e3a
@ -44,14 +44,16 @@ return
|
||||
|
||||
; -------------------------------- Navigation --------------------------------
|
||||
|
||||
$![:: ; back
|
||||
$![:: ; back from Alt+[
|
||||
$<^>![:: ; from AltGr+[
|
||||
if WinActive("Firefox") || WinActive("Personal")
|
||||
send !{Left}
|
||||
else
|
||||
send ![
|
||||
return
|
||||
|
||||
$!]:: ; forward
|
||||
$!]:: ; forward from Atl+]
|
||||
$<^>!]:: ; from AltGr+]
|
||||
if WinActive("Firefox") || WinActive("Personal")
|
||||
send !{Right}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user