[Mono-bugs] [Bug 69894][Maj] New - WM_KEYDOWN generated wrong and WM_CHAR not generated

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 17:58:45 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69894

--- shadow/69894	2004-11-24 17:58:45.000000000 -0500
+++ shadow/69894.tmp.5532	2004-11-24 17:58:45.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 69894
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Windows.Forms
+AssignedTo: jackson@ximian.com                            
+ReportedBy: peter@novonyx.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: WM_KEYDOWN generated wrong and WM_CHAR not generated
+
+When generating a WM_KEYDOWN message we seem to generate a bad VKey for 
+certain keys (On my NLD system I get VK_NUM1 for the A key).
+
+Also, we need to generate a WM_CHAR/WM_DEADCHAR/WM_SYSCHAR/WM_SYSDEADCHAR 
+between the WM_KEYDOWN/WM_KEYUP messages. This message has a dependency on 
+the keyboard layout and we might have to implement a keyboard driver table 
+like Wine does if we cannot find a more straightforward way of reading 
+keyboard layout.