Skip to content

Commit 713f5d6

Browse files
committed
maybe fix #7
1 parent 26603b4 commit 713f5d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Lib/Webapp.ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@ _String4GUID(pGUID)
430430

431431
gui_KeyDown(wParam, lParam, nMsg, hWnd) {
432432
global __Webapp_AllowZoomLevelChange
433+
global __Webapp_windows
434+
435+
IfWinActive, ahk_group __Webapp_windows
436+
Return
433437

434438
wb := getDOM()
435439

0 commit comments

Comments
 (0)