close window by ESCAPE #4597
forrestjgq
started this conversation in
General
Replies: 1 comment
-
I second this request. When I open a dialog, if the user presses Escape with the aim of closing the dialog, it closes the whole application. I tried to catch the Escape key and I see that the callback set with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@errissa I saw ESCAPE will close the window by #3992
Would you consider more about that action? As a platform, it might be reasonable to let the user decide the interaction like capture the key event and close window manually.
I notice that issue because I migrate my project from 0.13 to 0.14 and all ESCAPE I used as shortcut is not working now.
Beta Was this translation helpful? Give feedback.
All reactions