"Erich Hoover" ehoover@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.