Does anyone know why QKeyEvent::text() for typing ` + a returns one empty string and one letter a instead of one empty string and à on Linux? Under Windows this seems to be working fine (same application running under Windows and Linux).
I'm handling the pressed keys via this class.
You have to enable the
Qt::WA_InputMethodEnabledattribute in addition to override theinputMethodEventmethod: