Jump to content

Unicode Character Question


Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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