YEYEYEYESHIFU/dsh-session-hotkeys
dsh-session-hotkeys
dsh-session-hotkeys is a community DeepSeek Harness plugin. Read the repository README before installing.
Install
npx @deepseek-ai/dsh plugin --profile web add "dsh-session-hotkeys"Restart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-session-hotkeys)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from YEYEYEYESHIFU/dsh-session-hotkeys, cleaned of badges and images.
dsh-session-hotkeys
Session hotkeys for DeepSeek Harness Web · 给 DeepSeek Harness Web 的会话快捷键插件
Manage sessions from the keyboard the way you switch browser tabs — 像切换浏览器标签页一样用键盘管理会话。
English | 简体中文 — this README is bilingual, English first and 中文在后。
English
Session hotkeys for DeepSeek Harness Web: manage sessions from the keyboard the way you switch browser tabs.
Features
- Platform-aware dual presets: Windows / macOS are detected at startup and each gets its own default bindings; manual rebinds override the preset and "Reset" restores the current platform preset.
| Action | Windows preset | macOS preset (Chrome + Safari safe) |
|---|---|---|
| Switch to Nth session | Alt+1-9 | ⌃⇧1-9 |
| Previous session (wraps around) | Alt+↑ | ⌃⌥↑ |
| Next session (wraps around) | Alt+↓ | ⌃⌥↓ |
| Pinned slot tri-state (pin/jump/unpin) | Alt+Shift+1-9 | ⌃⌥1-9 |
| Jump to pinned slot | Ctrl+Alt+1-9 | ⌃⌥⇧1-9 |
| New session | Alt+N | ⌃⌥N |
| Archive current session | Alt+Shift+A | ⌃⌥A |
| Rename current session | Alt+Shift+R | ⌃⌥R |
| Navigation mode (↑↓ move · Enter enter · Esc cancel) | `Alt+`` | `⌃`` |
| Open panel | Alt+P | ⌃⌥P |
| Focus + clear search box | Alt+Shift+F | ⌃⇧F |
Why the macOS preset looks this way: in Chrome both ⌘+1-9 and ⌃+1-9 switch tabs (Safari: ⌘+1-9), so positional switching uses ⌃⇧1-9; ⌥ (Option) is the special-character key and is never used alone (it would break typing); ⌃+N/P/F/B/A/E/K/D are Emacs line-editing bindings in macOS text fields; ⌃+↑/↓ is Mission Control, so previous/next session uses ⌃⌥↑/↓; ⌘⇧+3/4/5 are system screenshots. Every combo has been screened against macOS Chrome and Safari. On macOS all bindings render with native symbols: ⌃ = Control, ⌥ = Option, ⇧ = Shift, ⌘ = Command (the Fn key is never reported to web key events, so it is not used).
…

