Jackster 0 Posted January 19, 2011 (edited) 1) Is it possible to send keystrokes to an application without the window being focused? (In AutoIt) 2) If I want to send "Hello world!" do I have to do this: Send ("{H}") Send ("{e}") Send ("{l}") Send ("{l}") Send ("{o}") Send ("{SPACE}") Send ("{W}") Send ("{o}") Send ("{r}") Send ("{l}") Send ("{d}") Send ("{!}") or is there an easier way to do that? Edited January 19, 2011 by Jackster Share this post Link to post Share on other sites
DangerousDan 2 Posted January 19, 2011 see the controlsend help documentation also... Send("hello world{!}") Share this post Link to post Share on other sites
Jackster 0 Posted January 19, 2011 Okay thanks, never knew we could do that. I'll look for the control send help documentation. Share this post Link to post Share on other sites