Commit 76943c2a authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

user32: Allow alt+space to highlight system menu.

parent 28ddfe80
......@@ -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" ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment