- 
    
Bug
 - 
    Resolution: Done
 - 
    
P3: Somewhat important
 - 
    5.10.0
 - 
    None
 
The following example demonstrates the issue:
import QtQuick 2.0 Rectangle { width: 400 height: 400 color: "black" focus: true Keys.onReturnPressed: console.log("return pressed") Keys.onEnterPressed: console.log("enter pressed") }
Running directly in Windows, using the main enter key of a keyboard outputs "return pressed", and using the numpad enter key outputs "enter pressed". Running in webgl both output "enter pressed".
| For Gerrit Dashboard: QTBUG-65686 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 216899,3 | Fix key mapping of Enter | 5.10 | qt/qtwebglplugin | Status: MERGED | +2 | 0 |