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