Skip to content

"Escape" button hotkey does not work on X11 #25

@alexwennstrom

Description

@alexwennstrom

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?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions