Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.4.3
-
None
Description
WM_APPCOMMAND handling is incomplete on Windows.
All relevant keys for WM_APPCOMMAND defined in the Windows SDK should be supported but not all are being mapped to their Qt equivalent.
Including Cut, Copy, Paste, etc.
Also the tools provided with Qt, such as the Assistant do not respond to such as APPCOMMAND_BROWSER_BACKWARD,
APPCOMMAND_BROWSER_FORWARD, although they are being mapped to their Qt equivalent (Qt::Key_Back, Qt::Key_Forward).