From 65d37a49fa9b8c56ab443430fcdeb802b4dcb25a Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Thu, 10 Jul 2025 11:20:39 +0200 Subject: [PATCH 1/2] add run to canvas --- docs/keyboard-shortcuts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 32542b8a82ad..79f40d16dcdf 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -8,12 +8,12 @@ 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. | \*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 From 84e7aaad757285858ba29d1960731d75832fed54 Mon Sep 17 00:00:00 2001 From: "Elias W. BA" Date: Fri, 12 Dec 2025 13:08:09 +0000 Subject: [PATCH 2/2] Add new keyboard shortcuts documentation Added shortcuts: - Cmd+E: Open Job Editor - Cmd+K: Toggle AI Assistant - Cmd+H: Toggle Run History - Cmd+/: Toggle Templates Panel (workflow create) - Cmd+\: Toggle Import Panel (workflow create) - Escape: Close Panel/Editor --- docs/keyboard-shortcuts.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 79f40d16dcdf..7a9e4c6c27dd 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -10,10 +10,16 @@ taking your hands off the keyboard. πŸ€“ | Command | Availability | Mac | Linux/Windows | Notes | | ---------------------------- | ----------------- | ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------- | -| **Save** Workflow | Canvas, Inspector | `⌘+s` | `Ctrl+s` | +| **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