amin84 2 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. Share this post Link to post Share on other sites