http://bugs.winehq.org/show_bug.cgi?id=20516
--- Comment #3 from Erich Hoover ehoover@mines.edu 2009-10-30 11:50:52 --- (In reply to comment #2)
I've done regression test and this is the result after 8 steps I got to this ... winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used. ... Seems this is the patch that caused this bug
I'll try to look into it this over the weekend. The patch I submitted changes the type of message for F10 from WM_KEY* to WM_SYSKEY* in order to match behavior on Windows. This behavior is similar to holding down ALT and pressing F10 in that holding ALT will cause any normal WM_KEY* to be reported as WM_SYSKEY*; however, the accelerator key for ALT should not be reported - so it should not be treated exactly the same as ALT+F10. Where can I get a hold of this application?