http://bugs.winehq.org/show_bug.cgi?id=12769
Summary: control + enter sending the wrong key code Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
On Windows, holding down control and pressing enter sends WM_CHAR / WM_KEYDOWN messages with the keycode as 0x0A, not 0x0D.
http://bugs.winehq.org/show_bug.cgi?id=12769
--- Comment #1 from Lei Zhang thestig@google.com 2008-04-24 02:02:14 --- Whoops, it's only for WM_CHAR. WM_KEYDOWN still sends 0x0D.
I sent a patch:
http://www.winehq.org/pipermail/wine-patches/2008-April/053924.html
http://bugs.winehq.org/show_bug.cgi?id=12769
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Lei Zhang thestig@google.com 2008-04-24 10:31:15 --- Patch committed:
http://www.winehq.org/pipermail/wine-cvs/2008-April/042907.html
the edit control still need a little bit of work before ctrl + enter behaves correctly...
http://bugs.winehq.org/show_bug.cgi?id=12769
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-05-02 12:38:24 --- Closing bugs fixed in 0.9.61.
http://bugs.winehq.org/show_bug.cgi?id=12769
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified