http://bugs.winehq.org/show_bug.cgi?id=15394
Summary: Incorrect menu behaviour when only a item is present (rare) Product: WineHQ Bugzilla Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: bugzilla-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cosoleto@gmail.com
Hi.
If a Windows program has a menu as the following:
-_File - -_Search- -_?- _Quit _About
where '_Search' is used to call a dialog window, and if the user press ALT + S keys, then Windows (since version 3.1 I think) opens directly the related dialog, instead using WINE you have to press Return to call the function because ALT + S select only the menu.
Thanks.