Newbie1 Posted July 25, 2007 Posted July 25, 2007 I'm sorry if this has been asked before, but I can't figure it out how to use ControlSend to send the following keyboard command: CTRL+ALT+M Can't figure it out the syntax to have CTRL and ALT held down. Thanks for your help.
Kogmedia Posted July 25, 2007 Posted July 25, 2007 You want Send() command [font="Verdana"]Keith (Kogmedia)[/font]My ScriptQuick Search - Internet / Hard Drive Search
PsaltyDS Posted July 25, 2007 Posted July 25, 2007 You want Send() commandWell, Newbie1 specificaly asked about ControlSend, but Send() in the help file is where the details for formatting the string with special keys are shown.CTRL+ALT+M is going to be "^!M". Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Newbie1 Posted July 25, 2007 Author Posted July 25, 2007 Thank you both of you, can't wait to try it out. So I assume "^" is CTRL, "!" is ALT.
John117 Posted July 25, 2007 Posted July 25, 2007 This should Help (Shows the keys)http://www.autoitscript.com/autoit3/docs/a...ix/SendKeys.htm
Newbie1 Posted July 25, 2007 Author Posted July 25, 2007 Thanks again, I'm trying to understand this string: ControlSend("centrafuse","","Edit1","^b") Couldn't figure it out what "edit1" is for, now I know, it's the window where you can actually type in characters. And now I know "AutoIT Window Info" will give information such as that. Wow, this tool is great.
Bert Posted July 25, 2007 Posted July 25, 2007 Welcome to the Forum! There are many tools available to help you code and figure stuff out. Feel free to ask stuff when you run into a sticky wicket. We are glad to help. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Newbie1 Posted July 25, 2007 Author Posted July 25, 2007 Thanks Volly, don't mean to ask questions that's already in the help file, but sometimes it helps with a few pointers.I should have known this app long time ago, been trying to complete my carPC project and the ability to control 2 apps via this dial has driving me crazy. Looks like I'm closer now thanks to you guys.http://www.logitech.com/index.cfm/mice_poi...mp;languageid=1
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