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()
|
ih.Start()
|
||||||
|
|
||||||
global enabledWindows := Array()
|
global enabledWindows := Array()
|
||||||
enabledWindows.Push(Array())
|
enabledWindows.Push(Array())t
|
||||||
enabledWindows.Push(Array())
|
enabledWindows.Push(Array())
|
||||||
|
|
||||||
global keyLog := {}
|
global keyLog := {}
|
||||||
@@ -134,8 +134,6 @@ KeyLogToString() {
|
|||||||
output := ""
|
output := ""
|
||||||
for k, v in keyLog {
|
for k, v in keyLog {
|
||||||
output .= k
|
output .= k
|
||||||
output .= " "
|
|
||||||
output .= v
|
|
||||||
output .= "|"
|
output .= "|"
|
||||||
}
|
}
|
||||||
StringTrimRight, output, output, 1
|
StringTrimRight, output, output, 1
|
||||||
|
Reference in New Issue
Block a user