Commit f6dc11e9 authored by Joerg Bornemann's avatar Joerg Bornemann Committed by Allan Sandfeld Jensen
Browse files

Fix translation of Qt::Key_Menu


VK_MENU is the virtual key code for the Alt key, but
Qt::Key_Menu is the context menu key which maps to VK_APPS.

Now the menu key can be used to invoke the context menu on web pages.

Task-number: QTBUG-58306
Change-Id: I8674ab84848b5c8732e4d0cf189909191b85d562
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 2 additions and 3 deletions
Supports Markdown
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