支持将发送消息时的换行快捷键改为 Cmd+Enter
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 395
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: 用户0405
**客户端版本**: 0.1.46
---
## 使用场景
在 Cindy 输入框中编写多行消息时,需要插入换行符。
## 当前痛点
目前换行快捷键为 **Option + Enter**,在 macOS 上与微信、Slack 等主流聊天工具的 **Cmd + Enter** 换行习惯不一致,频繁切换时容易误操作。
## 诉求
将换行快捷键从 `Option + Enter` 改为 `Cmd + Enter`,或在设置中提供自定义选项,让用户自行选择偏好的换行快捷键。
## 建议方案
- 方案一:直接将 macOS 上的换行默认快捷键改为 `Cmd + Enter`
- 方案二:在设置页面增加「换行快捷键」配置项,支持 `Option+Enter` / `Cmd+Enter` 等选项供用户选择
---
**版本区域**: CN
**OS**: darwin arm64 (24.1.0)
**界面语言**: zh-CN
Contributor guide
Research direction
Start by locating the macOS message-input keyboard handling in the TypeScript/Electron client and identify where Option+Enter is defined. Confirm whether the issue should change the default to Cmd+Enter or add a setting for both choices. Done means the selected shortcut inserts a line break reliably on macOS and the existing message behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- desktop, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100