BINDINGS: list[Binding] = [Binding(
'shift+enter,
alt+enter,
ctrl+enter,
ctrl+j',
'insert_newline',
'New Line',
show=False,
priority=TrueKey bindings for the chat text area.
These are the single source of truth for shortcut keys. _NEWLINE_KEYS
is derived from this list so that _on_key stays in sync automatically.