Ctrl+J now adds a line break in any multiline input, not just the chat box.
What's wrong with this entry?
Pressing ctrl+j in any multiline text input now inserts a line break instead of doing nothing, matching the existing chat keybinding.
- The shared text input component handles ctrl+j when shift and meta are not held and the input is in multiline mode.
- Mirrors the
"ctrl+j": "chat:newline"chat keybinding, so the behaviour is now consistent between the chat composer and other multiline fields. - The enter-key newline insert was routed through the same input filter as part of this change.
d && Me.ctrl && !Me.shift && !Me.meta && Me.name === "j"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.236
Publishing an artifact now tells you how to reopen it
Both mention ctrl
-
v2.1.242
Keybindings that terminals cannot tell apart are rejected
Both mention ctrl
-
v2.1.247
Display for Artifact preview results
Both mention ctrl