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@winehq.org ReportedBy: dg@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.