winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.

Dmitry Timoshkov dmitry at codeweavers.com
Sun Oct 11 11:45:56 CDT 2009


"Erich Hoover" <ehoover at mines.edu> wrote:

> 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.

The best place for such a test is dlls/user32/tests/msg.c,test_accelerators(),
probably right after the VK_APPS test. You most likely need to generate 2
press/releases to leave the menu mode, like the Alt press/release test does.

-- 
Dmitry.



More information about the wine-devel mailing list