# Shortcuts

### Basic Operation <a href="#basic" id="basic"></a>

|         |                  |
| ------- | ---------------- |
| Save    | Ctrl + S         |
| Save As | Shift + Ctrl + S |
| Undo    | Ctrl + Z         |
| Redo    | Shift + Ctrl + Z |
| Delete  | Delete           |

### Fly Mode <a href="#fly" id="fly"></a>

|             |           |
| ----------- | --------- |
| Move        | W A S D   |
| Up and Down | Q E       |
| Speed Up    | Shift     |
| Slow Down   | Space Bar |

### &#x20;<a href="#edit" id="edit"></a>

### Edit <a href="#edit" id="edit"></a>

|                      |                  |
| -------------------- | ---------------- |
| Focus on             | Z                |
| Duplicate            | Ctrl + D         |
| Unique Duplicate     | Alt + D          |
| Multiple Selection   | Ctrl             |
| Continuous Selection | Shift            |
| Lock / Unlock        | Ctrl + L         |
| Hide / Unhide        | Ctrl + H         |
| Group                | Ctrl + G         |
| Ungroup              | Shift + Ctrl + G |
| Add Scene            | Alt + S          |

### View <a href="#view" id="view"></a>

|                        |         |
| ---------------------- | ------- |
| Switch Orbit / Fly     | Alt + V |
| Light                  | Alt + 1 |
| Wireframe              | Alt + 2 |
| Clay Model             | Alt + 3 |
| Show / Hide All Source | L       |
| Preview                | F12     |
|                        |         |
| Perspective            | P       |
| Two-Point Perspective  | F8      |
| Top                    | T       |
| Bottom                 | Alt + T |
| Front                  | F       |
| Back                   | Alt + F |
| High                   | F1      |
| Middle                 | F2      |
| Low                    | F3      |

### Lights <a href="#light" id="light"></a>

|                 |   |
| --------------- | - |
| Point Light     | 1 |
| Spotlight       | 2 |
| Strip Light     | 3 |
| Rectangle Light | 4 |

### Tools <a href="#tool" id="tool"></a>

|                 |   |
| --------------- | - |
| Move and Rotate | V |
| Scale           | V |
| Material Picker | I |
| Material Brush  | O |

### Window <a href="#window" id="window"></a>

|                           |           |
| ------------------------- | --------- |
| Assets                    | M         |
| Hide / Show Left Sidebar  | F10       |
| Hide / Show Right Sidebar | F11       |
| Hide / Show Scene Control | Shift + H |
| Right Side Panel          | ～         |

### Assets <a href="#assets" id="assets"></a>

|         |             |
| ------- | ----------- |
| Brush   | B           |
| Eraser  | Alt         |
| Radius  | \[ ]        |
| Density | Shift + 0～9 |

### Video <a href="#video" id="video"></a>

|               |                  |
| ------------- | ---------------- |
| Play / Pause  | Space Bar        |
| Timeline Zoom | Alt + wheel      |
| Add Keyframe  | Alt + left click |


---

# 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.d5render.com/learn-more/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.
