Jump to content

foreign char key entry using keyboard hook not releasing keyboard correctly


rodent1
 Share

Recommended Posts

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 by Melba23
Code removed
Link to comment
Share on other sites

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 by PincoPanco

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

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

×
×
  • Create New...