richedit: Added tests for ctrl-key shortcut handling in WM_KEYDOWN.
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 22 Oct 2008 00:43:43 +0000 (20:43 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 22 Oct 2008 11:54:53 +0000 (13:54 +0200)
commitaa3b75f6b74fa87641b1f2b5912fbb82feb4c2da
tree271eda9463bf8623dacf2ede8aa2553e9d048005
parent9f1699b9a44f95eb7fa2f347121092984e9ce5a5
richedit: Added tests for ctrl-key shortcut handling in WM_KEYDOWN.

Previously the shortcuts for cut, copy, paste, undo, redo, and select
all were being handled during the WM_CHAR message.  These tests show
that these shortcuts should be handled with the WM_KEYDOWN message
instead.
dlls/riched20/tests/editor.c