Comment 1 for bug 1313727

Revision history for this message
Arthur Mello (artmello) wrote :

Just pushed an implementation for the method HandleKeyboardEvent to the WebContentsDelegate. The method is converting the NativeWebKeyboardEvent back to a QKeyEvent. But there is two issues on the current implementation.

The first problem is how to retrieve back the key() from the original QEvent since the NativeWebKeyboardEvent stores only the nativeVirtualKey().

The other point is how to add the new QEvent to the queue of events to be processed.