Enter and Shift+Enter for the send key in Chat function.
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 587
- Avg merge
- 18h 27m
- Merged PRs (30d)
- 333
Description
In a multilingual OS (e.g., Japanese), use the Space key to convert the input character, and then press the Enter key to confirm the character.
In the chat function, pressing the Enter key will send the input character. This may cause the sent character to become a clause by clause character.
Wouldn't it be possible to select either Enter or Shift+Enter for the send key?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the Chat composer with a Japanese or other multilingual input method, especially while confirming a converted character. Trace the existing Enter-to-send behavior and determine where a user choice between Enter and Shift+Enter could be exposed. Done means the selected key sends reliably without interrupting IME composition, while the alternate key inserts a line break.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100