Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.2.2
-
None
Description
Current, Qt/Windows eats the Alt-Space key event unconditionally in QKeyMapperPrivate::translateKeyEvent. If the window however has no system menu (in which case the call to GetSystemMenu in qt_show_system_menu returns 0), then passing on the key event to the focus widget would allow the application to show a custom menu.