Always listen for Escape key?
Solved
QML and Qt Quick
-
Hi,
I have a QML App with several Qt Quick Control 2 elements like buttons, textfields and so on.
Usually always one of these elements has the focus.My goal is that whatever element has active focus loses it whenever escape is pressed and then an item containing several key events gets the focus. So the app could then be controlled by other keys after pressing escape.
Can this be achieved?
If yes, how?Thanks!