Please add a setting in ChatGPT Atlas to choose whether Enter sends the message.
For IME users, including Japanese, Chinese, and Korean users, Enter is not primarily a send key. It is part of text composition. We use Enter to confirm conversion candidates and finalize composed text. Because of this, fixed Enter-to-send behavior causes accidental submissions.
The safer option should be:
- Enter inserts a newline
- Cmd+Enter sends on macOS
- Ctrl+Enter sends on Windows/Linux
This matters especially in Atlas, where users often write longer side-chat messages while looking at web pages, logs, code, documents, and browser context.
This is also a compute-cost issue, not only a UX issue. Accidental sends submit incomplete drafts, partial logs, unfinished code snippets, and half-composed IME text. Users then often send correction messages, creating avoidable extra inference requests.
A simple “Send message with Enter” toggle would reduce accidental sends, improve international usability, and reduce unnecessary request volume for IME/composition users.