"tom fogal" tfogal@cisunix.unh.edu wrote:
Hi all, I'm a newbie to wine coding trying to get a particular application to work. It seems to have trouble getting input correctly, and I've traced it to the aforementioned function in dlls/x11drv/keyboard.c. I'm using the wine CVS.
I'd suggest before going into trouble of investigating different paths of code in dlls/x11drv/keyboard.c make sure that your locale is set up correctly and your X11 keyboard layout is detected right.
Only then look for KeyPress events in the log (+key,+keyboard,+event,+x11drv) and try to figure out what is going on.