We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug If in key_config.ron I configure q (no modifiers) to be quit, it is impossible to type q in a input widget like the commit message
key_config.ron
q
This works nicely, except, when typing in something like the commit window, I can't enter q without the application exiting
To Reproduce Steps to reproduce the behavior:
exit: ( code: Char('q'), modifiers: ( bits: 0, ), ),
Expected behavior q should only quit when no input widget is active
Screenshots N/a
Context (please complete the following information):
Additional context N/a
The text was updated successfully, but these errors were encountered:
Actually this is less simple than I first thought:
ctrl+c
..so maybe "shortcuts are ignored if no modifiers are specified"
However then Shift+q becomes a problem (unless this is handled by the terminal as just Q with no modifier, in which case this is is not an issue)
Shift+q
Q
Sorry, something went wrong.
let me know if #771 will solve your issue
Yep that sounds good to me! Thanks!
No branches or pull requests
Describe the bug
If in
key_config.ron
I configureq
(no modifiers) to be quit, it is impossible to typeq
in a input widget like the commit messageThis works nicely, except, when typing in something like the commit window, I can't enter
q
without the application exitingTo Reproduce
Steps to reproduce the behavior:
key_config.ron
:q
in a commit messageExpected behavior
q
should only quit when no input widget is activeScreenshots
N/a
Context (please complete the following information):
Additional context
N/a
The text was updated successfully, but these errors were encountered: