dsh-hotkeys
DSH Web 热键自定义:发送 / 换行 / 自定义答案提交(可录制、可扩展)
AI Analysis
核心用途是解决默认回车发送与换行习惯冲突的问题。适合需要个性化定制输入框发送快捷键(如 Ctrl+Enter)的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ctenni/dsh-hotkeysREADME
Read the full README ↗⚙️ 使用说明
三个可自定义的动作
| 动作 | 含义 | 默认键 |
|---|---|---|
send | 在消息输入框(composer)发送 | Control+Enter(safe 预设) |
newline | 在消息输入框插入换行 | Enter(safe 预设) |
customAnswerSubmit | 在 DeepSeek 提问卡的「输入你的答案」输入框里提交/继续 | Enter |