Skip to content
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

Unable to detect Shift+Enter #108

Closed
cs-t1 opened this issue Nov 6, 2021 · 1 comment
Closed

Unable to detect Shift+Enter #108

cs-t1 opened this issue Nov 6, 2021 · 1 comment

Comments

@cs-t1
Copy link
Contributor

cs-t1 commented Nov 6, 2021

I'm currently looking into implementing the multi-line feature using the Shift + Enter keybinding. However it seems the event handling implementation is not able to capture it. Pressing this binding only yields

KeyEvent { code: Enter, modifiers: NONE }

i.e. the SHIFT modifier is not detected.

@boxdot
Copy link
Owner

boxdot commented Nov 6, 2021

I remember reading that Shift+Enter is not supported by many terminals and therefore the backend does not support it. I implemented switched the multiline mode btw. via Alt+Enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants