Open
Description
Impossible to use Escape button because QKeySequence gives wrong symbol text to XStringToKeysym, QKeySequence("Escape").toString(QKeySequence::NativeText) = "Esc", should return "Escape" because the key symbol is called XK_Escape.
Actualy this looks more like a Qt issue. Maybe use another way to translate a Qt key to KeySym?