amin84 Posted November 17, 2010 Posted November 17, 2010 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.
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