[Bug 20516] Alt-F10 sent on press of F10 with wineconsole --backend=user

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 30 11:50:52 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=20516





--- Comment #3 from Erich Hoover <ehoover at 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?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list