Fixed bug that was introduced last commit
This commit is contained in:
4
Echo.ahk
4
Echo.ahk
@@ -12,7 +12,7 @@ ih.OnKeyUp := Func("OnKeyUp")
|
||||
ih.Start()
|
||||
|
||||
global enabledWindows := Array()
|
||||
enabledWindows.Push(Array())
|
||||
enabledWindows.Push(Array())t
|
||||
enabledWindows.Push(Array())
|
||||
|
||||
global keyLog := {}
|
||||
@@ -134,8 +134,6 @@ KeyLogToString() {
|
||||
output := ""
|
||||
for k, v in keyLog {
|
||||
output .= k
|
||||
output .= " "
|
||||
output .= v
|
||||
output .= "|"
|
||||
}
|
||||
StringTrimRight, output, output, 1
|
||||
|
Reference in New Issue
Block a user