# 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         |
| Show Keyboard Shortcuts | SHIFT + /        |

## 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          |
| Reset Drive                    | ALT + R          |

## Cues

| Command | Key      |
| ------- | -------- |
| Add Cue | CTRL + U |

## 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 |


---

# Agent Instructions: 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-6/navigating-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.
