Hi
I'm new to AutoIt and i wanted to send a key continuously down for some seconds.
I adapted the code that is in the documentation:
WinActivate ("Untitled - Notepad")
Send("{a down}") ;Holds the A key down
Sleep(5000)
Send("{a up}")
Is not working properly. It's sending a single "a".
Any ideas about what might be the problem?
Thanks in advance.