- Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what the test is for. WM_SYSCHAR is translated but not being passed back to Alt-Space and friends in defwnd.c. These applications need to be reexamined to clarify this issue. Notepad accelerator keys work now but Alt-E/F/Space etc do not. Referencing base bug 1091.

svn path=/trunk/; revision=51565
This commit is contained in:
James Tabor 2011-05-03 02:01:59 +00:00
parent b221e005e6
commit 82189efb3a

View file

@ -12593,10 +12593,7 @@ START_TEST(msg)
test_dialog_messages();
test_nullCallback();
test_dbcs_wm_char();
if(!winetest_interactive)
skip("skipping test_menu_messages, that hangs on reactos\n");
else
test_menu_messages();
test_menu_messages();
test_paintingloop();
test_defwinproc();
test_clipboard_viewers();