diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 32542b8a82ad..7a9e4c6c27dd 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -8,12 +8,18 @@ taking your hands off the keyboard. πŸ€“ ## Platform Shortcuts -| Command | Availability | Mac | Linux/Windows | Notes | -| ------------------------ | ----------------- | ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------- | -| Save Workflow | Canvas, Inspector | `⌘+s` | `Ctrl+s` | -| Save & Sync Workflow | Canvas, Inspector | `⌘+Shift+s` | `Ctrl+Shift+s` | When opting to sync, you'll be prompted to either enter a commit message or use the default message provided. | -| Run | Inspector | `⌘+Return` | `Ctrl+Enter` | This will save (but not sync) your workflow and run it from the current step with the default workorder grouping behavior.\* | -| Run _(alternate action)_ | Inspector | `⌘+Shift+Return` | `Ctrl+Shift+Enter` | This will save (but not sync) your workflow and create a new workorder from the current step. | +| Command | Availability | Mac | Linux/Windows | Notes | +| ---------------------------- | ----------------- | ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------- | +| **Save** Workflow | Canvas, Inspector | `⌘+s` | `Ctrl+s` | | +| **Save** & Sync Workflow | Canvas, Inspector | `⌘+Shift+s` | `Ctrl+Shift+s` | When opting to sync, you'll be prompted to either enter a commit message or use the default message provided. | +| **Run** | Canvas, Inspector | `⌘+Return` | `Ctrl+Enter` | This will save (but not sync) your workflow and run it from the current step with the default workorder grouping behavior.\* | +| **Run** _(alternate action)_ | Inspector | `⌘+Shift+Return` | `Ctrl+Shift+Enter` | This will save (but not sync) your workflow and create a new workorder from the current step. | +| **Open** Job Editor | Canvas | `⌘+e` | `Ctrl+e` | Opens the full-screen code editor for the selected job. | +| **Toggle** AI Assistant | Canvas, Inspector | `⌘+k` | `Ctrl+k` | | +| **Toggle** Run History | Canvas, Inspector | `⌘+h` | `Ctrl+h` | Not available when creating a new workflow. | +| **Toggle** Templates Panel | Workflow Create | `⌘+/` | `Ctrl+/` | Only available when creating a new workflow. | +| **Toggle** Import Panel | Workflow Create | `⌘+\` | `Ctrl+\` | Only available when creating a new workflow. Allows importing from YAML. | +| **Close** Panel/Editor | Canvas, Inspector | `Escape` | `Escape` | Closes the inspector, job editor, or run panel. | \*If you are viewing an existing work order and create a run from the inspector, that run will be associated with the existing work orderβ€”this is the default