# Keyboard shortcuts

Shortcuts work while the Chart Terminal is open. They usually **do nothing** while you are typing in a **search box** or other text field.

On **Mac**, use **⌘ (Command)** where **Ctrl** is shown below.

***

### Screenshots

| Keys                          | Action                            |
| ----------------------------- | --------------------------------- |
| **Ctrl+Shift+S** (⌘⇧S on Mac) | **Download** chart image          |
| **Ctrl+Shift+C** (⌘⇧C on Mac) | **Copy** chart image to clipboard |

The same actions appear in the **camera** menu with the shortcut printed next to them.

***

### Saved layout

| Keys                   | Action                                           |
| ---------------------- | ------------------------------------------------ |
| **Ctrl+S** (⌘S on Mac) | **Save** the current layout (full terminal page) |

This saves your **workspace** in the app, not a file download of the web page.

***

### Bar replay (only while replay is on)

| Key       | Action          |
| --------- | --------------- |
| **Space** | Play or pause   |
| **→**     | One bar forward |
| **←**     | One bar back    |
| **Esc**   | Exit replay     |

***

### Fullscreen

* **Esc** often exits the **chart fullscreen** on mobile-style fullscreen or embedded fullscreen views.

***

← Back to Chart Terminal help


---

# 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.mrd-indicators.com/terminal/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.
