Replies: 1 comment 2 replies
-
|
You can't at this moment, and I don't think it would be wise to address that inconsistency. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I notice
[ ("Restart", "restart"), ("Examine", "examine"), ("Quit", "quit"), ], focus_buttons=True, bind_enter_esc=False, title="Finished", extra_bindings=[ ("q", "quit"), ("esc", "examine"), ])So press
qcan directlyquit.However, can users press
jorkto move down/up in this situation?Beta Was this translation helpful? Give feedback.
All reactions