http://bugs.winehq.org/show_bug.cgi?id=15083 Summary: ReadConsoleInputW() returns wrong values for CTRL+SPACE Product: Wine Version: 1.1.3 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dg(a)cowlark.com On the Windows console, if I use ReadConsoleInputW() to read user input and the user types CTRL+SPACE, wine returns wVirtualKeyCode=VK_SPACE, UnicodeChar=0 where Windows XP returns wVirtualKeyCode=VK_SPACE, UnicodeChar=32. -- 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.