Jump to content

dbbm

Members
  • Posts

    1
  • Joined

  • Last visited

dbbm's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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.
×
×
  • Create New...