Skip to content

Commit f0fa88a

Browse files
update keystrokes
1 parent 512a5b7 commit f0fa88a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/keyboard-shortcuts.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ taking your hands off the keyboard. 🤓
88

99
## Platform Shortcuts
1010

11-
| Command | Availability | Mac | Linux/Windows | Notes |
12-
| ---------------------------- | --------------- | ---------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
13-
| **Save** Workflow | Canvas, IDE | `⌘+s` | `Ctrl+s` | |
14-
| **Save** & Sync Workflow | Canvas, IDE | `⌘+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. |
11+
| Command | Availability | Mac | Linux/Windows | Notes |
12+
| ---------------------------- | --------------- | ---------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------- |
13+
| **Switch** Project | Anywhere | `⌘+p` | `Ctrl+p` | Open the project picker to change between your projects (i.e., secure workspaces) |
14+
| **Toggle** AI Assistant | Canvas, IDE | `⌘+k` | `Ctrl+k` | |
15+
| **Save** Workflow | Canvas, IDE | `⌘+s` | `Ctrl+s` | |
16+
| **Save** & Sync Workflow | Canvas, IDE | `⌘+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. |
1517
| **Run** | Canvas, IDE | `⌘+Return` | `Ctrl+Enter` | This will save (but not sync) your workflow and run it from the current step with the default workorder grouping behavior.\* |
1618
| **Run** _(alternate action)_ | Canvas, IDE | `⌘+Shift+Return` | `Ctrl+Shift+Enter` | This will save (but not sync) your workflow and create a new workorder from the current step. |
17-
| **Toggle** IDE (code editor) | Canvas, IDE | `⌘+e` | `Ctrl+e` | Opens the full-screen code editor for the selected job. |
18-
| **Toggle** AI Assistant | Canvas, IDE | `⌘+k` | `Ctrl+k` | |
19+
| **Toggle** IDE (code editor) | Canvas, IDE | `⌘+e` | `Ctrl+e` | Opens the full-screen code editor for the selected job. |
1920
| **Toggle** Run History | Canvas, IDE | `⌘+h` | `Ctrl+h` | Not available when creating a new workflow. |
20-
| **Close** Panel/IDE | Canvas, IDE | `Escape` | `Escape` | Closes an open inspector, the IDE, or the run panel. |
21-
| **Toggle** Templates Panel | Workflow Create | `⌘+/` | `Ctrl+/` | Only available when creating a new workflow. |
22-
| **Toggle** Import Panel | Workflow Create | `⌘+\` | `Ctrl+\` | Only available when creating a new workflow. Allows importing from YAML. |
21+
| **Close** Panel/IDE | Canvas, IDE | `Escape` | `Escape` | Closes an open inspector, the IDE, or the run panel. |
22+
| **Toggle** Templates Panel | Workflow Create | `⌘+/` | `Ctrl+/` | Only available when creating a new workflow. |
23+
| **Toggle** Import Panel | Workflow Create | `⌘+\` | `Ctrl+\` | Only available when creating a new workflow. Allows importing from YAML. |
2324

2425
\*If you are viewing an existing run and create a new run from the Canvas or
2526
IDE, that run will be associated with the existing work order—this is the

0 commit comments

Comments
 (0)