hi all
HotKeySet("!0","testfunc")
HotKeySet("!1","ExitProgram")
while 1
sleep(100)
WEnd
func testfunc()
send("abcdef")
EndFunc
Func ExitProgram()
Exit
EndFunc
Run this script.
Open notepad for example. Press quickly several times Alt+0.
After that Alt key remains held down sometimes.
Any ideas?