"Kusanagi Kouichi" slash@ac.auone-net.jp wrote:
According to MSDN[1], DefWindowProc generates the WM_CONTEXTMENU message when SHIFT+F10 is typed.
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.