> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark/keyboard-shortcuts.md).

# Keyboard Shortcuts

## System Functions

| Command                 | Key              |
| ----------------------- | ---------------- |
| New Show File           | CTRL + N         |
| New From Show           | CTRL + SHIFT + N |
| Open Existing Show File | CTRL + O         |
| Save The Show File      | CTRL + S         |
| Print                   | CTRL + P         |
| Exit                    | ALT + F4         |

## Stagehands

| Command                        | Key              |
| ------------------------------ | ---------------- |
| Add Motor                      | CTRL + M         |
| Add FX                         | CTRL + F         |
| Connect To Stagehand           | CTRL + T         |
| Disconnect From Stagehand      | ALT + T          |
| Connect To All Stagehands      | CTRL + SHIFT + T |
| Disconnect From All Stagehands | ALT + SHIFT + T  |
| Duplicate Stagehand            | ALT + 1          |
| Add Motor To Group             | ALT + 2          |
| Reset Drive                    | ALT + R          |

## Cues

| Command       | Key              |
| ------------- | ---------------- |
| Add Cue       | CTRL + U         |
| Remove Cue    | CTRL + SHIFT + U |
| Duplicate Cue | CTRL + D         |
| Restore Cue   | CTRL + R         |
| Create Preset | CTRL + P         |

## Cue Control

| Command      | Key |
| ------------ | --- |
| Previous Cue | F2  |
| Next Cue     | F3  |
| Jump To Cue  | F4  |
| Run Cue      | F5  |
| Soft Stop    | F6  |

## Workspace

| Command                                                            | Key           |
| ------------------------------------------------------------------ | ------------- |
| Add Log Entry                                                      | F8            |
| Switch To Cue Workspace                                            | F9            |
| Switch To Jog Workspace                                            | F10           |
| Switch To Preset Workspace                                         | F11           |
| Clear Selected Stagehands                                          | ESC           |
| Close Movement Editor                                              | ESC           |
| Select The Next Movement In A Cue                                  | DOWN ARROW    |
| Update The Current Movement And Move To The Next Movement In A Cue | SHIFT + ENTER |
| Select The Previous Movement In A Cue                              | UP ARROW      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.creativeconners.com/docs/spikemark/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
