Jump to content

Unicode Typing Program


amin84
 Share

Recommended Posts

Hi, I'm trying to make a unicode typing program. I was wondering is it possible to write something that will swap the keystrokes? For example if the user pressed "P" in the text field, replace it with U+0062 in the character map of that font...

In Flash we use:

case String.fromCharCode(0x0075):
return String.fromCharCode(0x0076);
break;

Anything close to that in AutoIt?

Tnx.

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...