From 0c01df34282910692ac5d1bb507673c51acccf8d Mon Sep 17 00:00:00 2001 From: PhatDave Date: Wed, 27 Oct 2021 15:38:17 +0200 Subject: [PATCH] Fixed bug that was introduced last commit........... --- Echo.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Echo.ahk b/Echo.ahk index cfd7c63..2484e51 100644 --- a/Echo.ahk +++ b/Echo.ahk @@ -12,7 +12,7 @@ ih.OnKeyUp := Func("OnKeyUp") ih.Start() global enabledWindows := Array() -enabledWindows.Push(Array())t +enabledWindows.Push(Array()) enabledWindows.Push(Array()) global keyLog := {}