Roo-Code/packages/types
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
..
npm Release: v1.82.0 (#8535) 2025-10-06 11:31:13 -04:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add configurable keyboard shortcut for sending messages 2025-10-07 23:27:39 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00