Jump to content

Recommended Posts

Posted

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.

Posted

You want Send() command

Well, 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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...