-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
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
[ctrl+enter]
Support
#927
Comments
Hi! Unfortunately, ctrl+enter isn't something historically supported by terminals. #869 will add support for this in some capacity—though keep in mind that if you want to target all terminals everywhere ctrl+enter is not available as a keybinding. |
Dang. I had guessed there was a good chance that there was some external limitation here - felt like an unusual omission. Thanks. |
Yep. I'm going to close this as #869 will cover it but feel free to re-open if you feel it's still relevant. |
Sounds good @meowgorithm, but a quick followup: does the same constraint apply to |
Unfortunately, yes. |
I'd like to respond to user input of
ctrl+enter
differently thanenter
. This is reasonably common now for various text inputs - eg, withenter
doing a\r\n
, butctrl-enter
triggering a submit or similar.Describe the solution you'd like
key.go could provide
ctrl+enter
as aKeyType
?The text was updated successfully, but these errors were encountered: