All dialogs should close when you press escape
, equivalent to clicking cancel. Similarly, pressing enter
is equivalent to clicking OK.
You can navigate text fields with tab, but we haven't implemented focus traversal for other UI elements, like checkboxes. We do plan on getting to it in time.