You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 yieldsi.e. the
SHIFT
modifier is not detected.The text was updated successfully, but these errors were encountered: