Skip to content

Use Esc to close a Menu #215

Answered by varl
edoardo asked this question in Q&A
Feb 4, 2021 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

The workaround I recommend before UI has native functionality to handle keybinds is to implement it in the Application in a way that makes it easy to remove once UI support keybinds.

The caveat here is to only implement the absolutely bare minimum in the App and only if it is not possible to wait for the UI implementation.

For example, that Esc should close a Menu can quickly be verified (by @cooper-joe) and may be reasonable to implement.

How Tab or arrow keys should behave is not reasonable to add on the Application side and it is much better to wait for UI to support.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@edoardo
Comment options

edoardo Feb 15, 2021
Maintainer Author

Answer selected by varl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants