參考資料
鍵盤快速鍵
所有按鍵繫結 — 由 src/lib/keyboard-shortcuts.ts 自動產生。
以下繫結直接從 src/lib/keyboard-shortcuts.ts 讀取產生。每次部署時都會重新建置,因此永遠與應用程式保持同步。
在 macOS 上,輔助鍵會顯示為 ⌘(Cmd)、⌃(Ctrl)、⌥(Option)、⇧(Shift)。在 Linux / Windows 上,相同動作則使用 Ctrl / Alt / Shift。
自訂
前往 設定 → 快速鍵 即可重新指派任何可編輯的動作。停用的繫結(在原始碼中標記為
editable: false)保留給數字列快速鍵專用。工作區
| 動作 | macOS | Linux / Windows |
|---|---|---|
| New workspace | ⌘N | Ctrl+N |
| Rename workspace | ⌘⇧R | Ctrl+Shift+R |
| Switch to workspace 1–9 | ⌘1 – ⌘9 | Ctrl+1 – Ctrl+9 |
分頁
| 動作 | macOS | Linux / Windows |
|---|---|---|
| New tab | ⌘T | Ctrl+T |
| Close tab | ⌘W | Ctrl+W |
| Previous tab | ⌘⇧[ | Ctrl+Shift+[ |
| Next tab | ⌘⇧] | Ctrl+Shift+] |
| Go to tab 1–9 | ⌃1 – ⌃9 | Alt+1 – Alt+9 |
窗格與分割
| 動作 | macOS | Linux / Windows |
|---|---|---|
| Split pane right | ⌘D | Ctrl+D |
| Split pane down | ⌘⇧D | Ctrl+Shift+D |
| Focus left pane | ⌘⌥← | Ctrl+Alt+← |
| Focus right pane | ⌘⌥→ | Ctrl+Alt+→ |
| Focus upper pane | ⌘⌥↑ | Ctrl+Alt+↑ |
| Focus lower pane | ⌘⌥↓ | Ctrl+Alt+↓ |
| Clear screen | ⌘K | Ctrl+K |
| Resize pane left | ⌘⌃⇧← | Ctrl+Alt+Shift+← |
| Resize pane right | ⌘⌃⇧→ | Ctrl+Alt+Shift+→ |
| Resize pane up | ⌘⌃⇧↑ | Ctrl+Alt+Shift+↑ |
| Resize pane down | ⌘⌃⇧↓ | Ctrl+Alt+Shift+↓ |
| Equalize splits | ⌘⌥= | Ctrl+Alt+= |
面板
| 動作 | macOS | Linux / Windows |
|---|---|---|
| Focus Claude input | ⌘I | Ctrl+I |
檢視與模式
| 動作 | macOS | Linux / Windows |
|---|---|---|
| Toggle sidebar | ⌘B | Ctrl+B |
| Switch Workspace ↔ Sessions | ⌘⇧B | Ctrl+Shift+B |
| Notes | ⌘⇧E | Ctrl+Shift+E |
| Stats | ⌘⇧U | Ctrl+Shift+U |
| Switch to Terminal mode | ⌘⇧T | Ctrl+Shift+T |
| Switch to Claude mode | ⌘⇧C | Ctrl+Shift+C |
| Switch to Diff mode | ⌘⇧F | Ctrl+Shift+F |
應用程式
| 動作 | macOS | Linux / Windows |
|---|---|---|
| Settings | ⌘, | Ctrl+, |
| New window | ⌘⇧N | Ctrl+Shift+N |