gui: Shortcut to close RPC Console#17795
Conversation
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Doesn't Ctrl-D work in macOS Terminal too? I think it makes more sense to just do Ctrl-D here, and let the other PR add Ctrl-W too. |
Well yes but actually no |
|
Going to close with the same rationale as #16515. This hasn't seen any renewed interest and I think the project has more important things to work on. Ideally all of this kind of thing would be handled by Qt. |
Credits to promag.
Similar to #16515 with a macOS addition.
This PR makes it possible to close the RPC Console (like a terminal) with Ctrl+D. On macOS it will close with Ctrl+W as it is a more common syntax there.