Add explorer.exe to some bindings
This commit is contained in:
parent
8c18eba3f8
commit
0dadc1bf13
@ -51,6 +51,8 @@ return
|
|||||||
$!r:: ; reload
|
$!r:: ; reload
|
||||||
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog")
|
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog")
|
||||||
send ^r
|
send ^r
|
||||||
|
else if WinActive("ahk_exe explorer.exe")
|
||||||
|
send {F5}
|
||||||
else
|
else
|
||||||
send !r
|
send !r
|
||||||
return
|
return
|
||||||
@ -59,7 +61,7 @@ return
|
|||||||
|
|
||||||
$![:: ; back from Alt+[
|
$![:: ; back from Alt+[
|
||||||
$<^>![:: ; from AltGr+[
|
$<^>![:: ; from AltGr+[
|
||||||
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog")
|
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog") || WinActive("ahk_exe explorer.exe")
|
||||||
send !{Left}
|
send !{Left}
|
||||||
else
|
else
|
||||||
send ![
|
send ![
|
||||||
@ -67,7 +69,7 @@ return
|
|||||||
|
|
||||||
$!]:: ; forward from Atl+]
|
$!]:: ; forward from Atl+]
|
||||||
$<^>!]:: ; from AltGr+]
|
$<^>!]:: ; from AltGr+]
|
||||||
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog")
|
if WinActive("ahk_group Browser") || WinActive("ahk_group WebCatalog") || WinActive("ahk_exe explorer.exe")
|
||||||
send !{Right}
|
send !{Right}
|
||||||
else
|
else
|
||||||
send !]
|
send !]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user