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