"Erich Hoover" ehoover@mines.edu wrote:
Real Name: Erich Hoover Description: The attached patch makes it so that the 'F10' key send a WM_SYSKEYDOWN window notification on press and WM_SYSKEYUP on release. This change fixes Bug 19383 ([Monkey Island Special Edition] Version Hotswap does not work), where the application relies on the notification to switch between "modes." Changelog: winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.
This change requires a test case.