powertool Posted December 25, 2003 Posted December 25, 2003 (edited) Hello, nice to be here 8) Anyway I have a question, how would I send a command such as CTRL+O (like opening a file in a word document). I have tried ("{CTRL}O") ("+{CTRL}O") ... lalala. Sorry if the answer is really obvious, I just got the program today hehe, working great so far, thanks. *** Oh yea, and another question, how would I represent " in AutoIt? If I put Send("Have a nice "day"") it gets an error. Is there one of those special *#@ things for "? *** Edited December 25, 2003 by powertool
Administrators Jon Posted December 25, 2003 Administrators Posted December 25, 2003 Send("^o") (or maybe +o I can't remember) Send("This is a ""double"" quote") Send('This is a "double" quote') Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
powertool Posted December 25, 2003 Author Posted December 25, 2003 Wow, cool, thanks 8) I also have another question lol. How would you represent the + sign on the number pad? Send("{+}") alone doesn't work for some reason.
CyberSlug Posted December 26, 2003 Posted December 26, 2003 Send("{NUMPADADD}") ;according to the help file Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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