[PATCH] user32: Make DefWindowProc handle SHIFT+F10.

Dmitry Timoshkov dmitry at codeweavers.com
Tue Dec 8 04:05:36 CST 2009


"Kusanagi Kouichi" <slash at ac.auone-net.jp> wrote:

> According to MSDN[1], DefWindowProc generates the WM_CONTEXTMENU
> message when SHIFT+F10 is typed.
> 
> [1] http://msdn.microsoft.com/en-us/library/ms647592.aspx

Usually MSDN statements/descriptions shouldn't be taken as an action
guide, a test case is required to see what happens in reality. At least
a quick test shows that if a menu is activated pressing Shift+F10 does
nothing. dlls/user32/tests/msg.c already has some tests for VK_APPS and
VK_F10 press/release, please add a new test there.

-- 
Dmitry.



More information about the wine-devel mailing list