Conversation
|
How about adding an "r" binding in the quit dialog, here: Line 197 in 8c8f9d4 Then you could hit "qr" in quick succession and get the same result? |
I didn't know about that. However it still two keystrokes instead of just one. I've happy to change I also would like to add code switch focus to the I do understand that it's just my workflow and might not apply for the majority of the users so I follow your suggestions. |
|
I like the |
|
By the way, we should indicate the Q in "quit" is a shortcut in the same way we do for the "variables" and "breakpoints" headers. |
|
Should I revert my changes and add mapping of |
|
You can just push to this branch. |
|
Done. I've been using it for a while now locally. I'm happy with this solution. |
| extra_bindings=[ | ||
| ("q", "quit"), | ||
| ("esc", "examine"), | ||
| ("r", "restart"), |
There was a problem hiding this comment.
Please add "r" to the text in the text box, to document the feature.
It's useful to be able to restart debugging session quickly without using
qcommand and selecting<Restart>from the UI.It also remove the need to have
Prompt before quittingenabled sopudbcan be closed faster as well.