# Keyboard Shortcuts

RapidWeaver comes with a host of useful keyboard shortcuts.

### Project Shortcuts

<table><thead><tr><th width="303.25385981171377">Command</th><th>Shortcut Action</th></tr></thead><tbody><tr><td>Command-Shift-N</td><td>New Project</td></tr><tr><td>Command-O</td><td>Open... (project from Finder)</td></tr><tr><td>Command-N</td><td>Add Page...</td></tr><tr><td>Command-D</td><td>Duplicate (Selected) Page</td></tr><tr><td>Command-Delete</td><td>Remove (Selected) Page</td></tr><tr><td>Command-W</td><td>Close Window</td></tr><tr><td>Command-S</td><td>Save</td></tr><tr><td>Command-Shift-S</td><td>Save As...</td></tr><tr><td>Command-Option-R</td><td>Revert to Saved</td></tr><tr><td>Command-Shift-E</td><td>Export Site...</td></tr><tr><td>Command-Shift-Option-E</td><td>Export Changes to Default Folder</td></tr><tr><td>Command-Shift-K</td><td>Publish Site...</td></tr><tr><td>Command-Control-K</td><td>Publish Selected Page…</td></tr><tr><td>Command-K</td><td>Publishing Settings</td></tr><tr><td>Command-Shift-M</td><td>Mark All Pages &#x26; Resources as Changed</td></tr><tr><td>Command-Shift-Option-M</td><td>Mark All Pages &#x26; Resources as Unchanged</td></tr><tr><td>Command-P</td><td>Preview Page in Default Browser</td></tr><tr><td>Command-Option-P</td><td>Preview Page in... (opens list of browsers)</td></tr><tr><td>Command-Shift-F</td><td>Search for Page in Project</td></tr></tbody></table>

### Global Shortcuts

| Command           | Shortcut Action                                          |
| ----------------- | -------------------------------------------------------- |
| Command-Option-L  | Show Page List                                           |
| Command-4         | Show Media Browser                                       |
| Command-5         | Show Snippets                                            |
| Command-6         | Show Bookmarks Manager                                   |
| Command-7         | Show Addons Manager                                      |
| Command-Option-7  | Reveal Addons Folder in Finder                           |
| Command-8         | Show Health Check                                        |
| Command-Shift-i   | Show / Hide Page Inspector                               |
| Command-Option-1  | Jump to Page Inspector General settings\*                |
| Command-Option-2  | Jump to Page Inspector Sidebar settings\*                |
| Command-Option-3  | Jump to Page Inspector’s HTML Code & Meta Tags section\* |
| Command-Option-4  | Jump to Page Inspector Theme Variations section\*        |
| Command-Option-5  | Jump to Page Inspector Page Options\*                    |
| Command-R         | Preview Page                                             |
| Command-Shift-R   | Reload Page in Preview                                   |
| Command-Option-U  | View Source of Selected Page                             |
| Command-Control-F | Enter/Exit Full Screen                                   |
| Command-/         | Visit RapidWeaver Community                              |


---

# 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/classic-manual/user-manual/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.
