http://bugs.winehq.org/show_bug.cgi?id=15350 --- Comment #8 from Aric Stewart <aric(a)codeweavers.com> 2008-11-11 07:26:24 --- Looking at this. I see that the french azerty keyboard has the same scancodes as a qwerty keyboard. meaning that the 'a' key generates a VK_A but a scancode of 0x10. If under windows this generates the DIK_Q instead of DIK_A then my patches logic is incorrect. I am attaching the source and mingw compiled test program run this in a console in Windows and press keys. they should print out direct input information on the keys you press. I would like to know what the program generates for 'a' and 'z' under Windows. thanks! -aric -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.