secondlife / secondlife/viewer
Chat newline support
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
Practically every app supports intuitive newline like ctrl+enter now. Update viewer's chat to do the same.
The problem is: shift+enter and ctrl+enter are in use for 'wishper' and 'shout'. Potentially we can expose chat in keybindings and let users decide what they want those buttons to do.
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
No files or tests are named. Start by locating the viewer's chat input and keybinding handling, then inspect how Shift+Enter and Ctrl+Enter currently trigger whisper and shout. Done means chat supports an intuitive newline action while preserving or allowing configuration of those existing commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100