Roo-Code/packages
Roo Code 3ecf13564e feat: add configurable keyboard shortcut for sending messages
- Add sendMessageOnEnter setting to global settings schema
- Update ExtensionStateContext to manage the new setting
- Add UI toggle in Settings panel under UI section
- Modify ChatTextArea to respect the new setting for keyboard behavior
- Add comprehensive tests for the new functionality
- Add translation keys for the new setting

When enabled (default), Enter sends messages and Shift+Enter creates newlines.
When disabled, Enter creates newlines and Shift/Ctrl+Enter sends messages.

This helps users who frequently use CJK input methods or prefer traditional
text editor behavior to avoid accidental message submissions.

Fixes #8555
2025-10-07 23:27:39 +00:00
..
build Fix: Transform keybindings in nightly build to fix command+y shortcut (#8070) 2025-09-17 19:27:43 -04:00
cloud feat: Experiment: Show a bit of stats in Cloud tab to help users discover there's more in Cloud (#8415) 2025-10-07 17:48:23 -04:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
evals Set port 3446 for web-evals in production mode (#8288) 2025-09-24 08:43:05 -07:00
ipc Add an API for resuming tasks by ID (#7122) 2025-08-15 12:03:58 -04:00
telemetry Track when telemetry settings change (#8339) 2025-09-26 22:48:33 -04:00
types feat: add configurable keyboard shortcut for sending messages 2025-10-07 23:27:39 +00:00