rodent1 Posted January 15, 2014 Posted January 15, 2014 (edited) Hi,I often have to enter foreign characters using a us keyboard and the alt keys. But many applications such as browsers react badly to some of the keys, and I end up having to enter them in Notepad and then copying and pasting the characters.So I tried to make a hot key script that waits for Win-F6, then hooks the keyboard, and stores the characters in a string. If all the characters are numeric, when there are 4, it should put the corresponding ANSI character into the clipboard and release the keyboard (function ChrW()).For example, if I type '0252', it should put 'ü' into the clipboard. But it doesn't till I also exit the script. There are debug tooltip and consolewrite statements, but I'm not getting anywhere. I would appreciate if someone could have a look. Thanks! <snip>The code is attached. Edited January 17, 2014 by Melba23 Code removed
Gianni Posted January 16, 2014 Posted January 16, 2014 (edited) It works for me on Autoit 3.3.8.1 on Win7 x64 (it keyboard) (on win XP sp3 AutoIT 3.3.10.0 -> crash of autoit).... ? Edited January 16, 2014 by PincoPanco Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
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