On Sun, Oct 11, 2009 at 12:43 AM, Dmitry Timoshkov <dmitry@codeweavers.com> wrote:
"Erich Hoover" <ehoover@mines.edu> wrote:

Real Name:
  Erich Hoover
Description:
  The attached patch makes it so that the 'F10' key send a
WM_SYSKEYDOWN window notification on press and WM_SYSKEYUP on release.
This change fixes Bug 19383 ([Monkey Island Special Edition] Version
Hotswap does not work), where the application relies on the
notification to switch between "modes."
Changelog:
  winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.

This change requires a test case.

--
Dmitry.

Is there even a test mechanism for simulating keystrokes?  If so, where is it (winex11.drv has no tests)?  It seems pretty clear from the documentation on MSDN that the 'F10' key is supposed to emit these window notifications.

Erich Hoover
ehoover@mines.edu