Jump to content

Recommended Posts

Posted (edited)

Is there a way to make AutoIt recognize the unicode circumflex accent '^' as a character instead of the "Ctrl" key? For example, when I attempt to send the unicode circumflex accent '^' to notepad, AutoIt recognizes the '^' as a hot key to "Ctrl."

Edited by Ryuji5864
Posted (edited)

Helpfile for Send() says:

"AutoIt can send all ASCII and Extended ASCII characters (0-255), to send UNICODE characters you must use the "ASC" option and the code of the character you wish to send (see {ASC} at the bottom of the table below)."

Edited by KaFu
Posted

Helpfile for Send() says:

"AutoIt can send all ASCII and Extended ASCII characters (0-255), to send UNICODE characters you must use the "ASC" option and the code of the character you wish to send (see {ASC} at the bottom of the table below)."

Thanks a ton! Works perfectly.

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
×
×
  • Create New...