New to autoit, questions

03/06/2015 05:54 zinx#1
Can autoit run in the background? Can I go on youtube while autoit runs the script on a certain window? If so I would like a script to constantly press 1 or 3 every half second until I want it to stop.
03/06/2015 08:13 alpines#2
Yes it is possible, either use ControlSend or SendMessage.