Jackster Posted January 19, 2011 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
DangerousDan Posted January 19, 2011 Posted January 19, 2011 see the controlsend help documentation also... Send("hello world{!}")
Jackster Posted January 19, 2011 Author Posted January 19, 2011 Okay thanks, never knew we could do that. I'll look for the control send help documentation.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now