user32: Allow alt+space to highlight system menu.
This commit is contained in:
parent
28ddfe802e
commit
76943c2a41
|
@ -3387,7 +3387,7 @@ void MENU_TrackKbdMenuBar( HWND hwnd, UINT wParam, WCHAR wChar)
|
|||
|
||||
MENU_SelectItem( hwnd, hTrackMenu, uItem, TRUE, 0 );
|
||||
|
||||
if (wParam & HTSYSMENU)
|
||||
if (wParam & HTSYSMENU && wChar != ' ')
|
||||
{
|
||||
/* prevent sysmenu activation for managed windows on Alt down/up */
|
||||
if (GetPropA( hwnd, "__wine_x11_managed" ))
|
||||
|
|
Loading…
Reference in New Issue