# Keyboard Shortcuts

Elements has a host of available keyboard shortcuts.

### Editor: General

| Action              | Keyboard Shortcut      | Details              |
| ------------------- | ---------------------- | -------------------- |
| Quick Add Component | Command-Shift-F        |                      |
| Next Workspace      | Command+Option+.       |                      |
| Previous Workspace  | Command+Option+,       |                      |
| Show/Hide Titles    | Command+Option+'       |                      |
| Show/Hide Outlines  | Command+shift+'        |                      |
| Show/Hide Selection | Command+'              |                      |
| Scroll to Selection | Command+Shift+Option+' | Toggle Editor Scroll |

### Editor: Selecting and Moving Components

<table><thead><tr><th>Action</th><th width="269">Keyboard Shortcut</th><th>Details</th></tr></thead><tbody><tr><td>Select Previous Sibling</td><td>Option+Up arrow</td><td></td></tr><tr><td>Select Next Sibling</td><td>Option+Down arrow</td><td></td></tr><tr><td>Select Parent</td><td>Option+Up arrow</td><td></td></tr><tr><td>Select Child</td><td>Option+Down arrow</td><td></td></tr><tr><td>Move Up</td><td>Options+Command+Up arrow</td><td></td></tr><tr><td>Move Down</td><td>Options+Command+Up arrow</td><td></td></tr><tr><td>Move to Parent</td><td>Options+Command+Left arrow</td><td></td></tr><tr><td>Move to Child</td><td>Options+Command+Right arrow</td><td></td></tr></tbody></table>

{% embed url="<https://youtu.be/myHZq5hb8TE>" %}

### Editor: Screens

| Action          | Keyboard Shortcut | Details |
| --------------- | ----------------- | ------- |
| Screens: Mobile | Command+1         |         |
| Screens: SM     | Command+2         |         |
| Screens: MD     | Command+3         |         |
| Screens: LG     | Command+4         |         |
| Screens: XL     | Command+5         |         |
| Screens: 2XL    | Command+6         |         |

### Preview

| Action           | Keyboard Shortcut | Details                                                              |
| ---------------- | ----------------- | -------------------------------------------------------------------- |
| Preview Page     | Command+P         | Automatically previews website in default browser.                   |
| Preview Page In… | Command+Option+P  | Choose from all installed browsers on your system before Previewing. |


---

# 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.realmacsoftware.com/elements-docs/elements/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.
