Boliban/dsh-enter-customizer ↗★ 0
dsh-enter-customizer
DSH web plugin: customize the chat composer input shortcuts (Enter / Ctrl+Enter / Shift+Enter / Alt+Enter / send button) with send / queue-while-busy / newline / no-op behaviors, backed by durable user settings.
AI 分析
核心用途是允许用户自由配置 Enter、Ctrl+Enter 等按键在输入框中的触发行为。适合对打字输入习惯、发送逻辑有特定定制需求的 DSH Web 用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Boliban/dsh-enter-customizerドキュメント
README 全文を読む ↗默认配置
| 快捷键 | 默认行为 |
|---|---|
| Enter | 发送消息 |
| Ctrl + Enter | 繁忙时插入消息 |
| Shift + Enter | 换行 |
| Alt + Enter | 发送消息 |
| 发送按钮 | 发送消息 |