http://bugs.winehq.org/show_bug.cgi?id=15318
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |dylan.ah.smith@gmail.com Status|NEW |ASSIGNED
--- Comment #9 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-21 19:43:33 --- Created an attachment (id=16785) --> (http://bugs.winehq.org/attachment.cgi?id=16785) richedit: Handle ctrl-key shortcuts on WM_KEYDOWN.
I did some more tests to confirm my theory, and as expected it seems like all the Ctrl-<key> shortcuts are being handled in WM_KEYDOWN by native richedit. This patch moves the handling of these shortcuts from WM_CHAR to handling them on WM_KEYDOWN.