Alex Henrie alexhenrie24@gmail.com writes:
Fixes https://bugs.winehq.org/show_bug.cgi?id=41508
The entire MENU_SuspendPopup function is just an optimization to try to improve performance if the left or right arrow key is held down. If the next message is not recognized, it should be processed and removed normally, without optimization.
Probably what you want is to add handling of WM_SYSKEYDOWN instead.