Fix Alt+= to zoom in on browsers

This commit is contained in:
Kenneth Benzie 2023-01-14 13:16:33 +00:00
parent 0dadc1bf13
commit 3c01eb9dbb

View File

@ -104,7 +104,7 @@ else
send !p send !p
return return
$!+=:: ; zoom in $!=:: ; zoom in
if WinActive("ahk_group Browser") if WinActive("ahk_group Browser")
send ^+= send ^+=
else else