# How to view and change the default shortcuts?

In "Menu" -> "Preference" -> "Shortcuts" you can customize the shortcuts, modify the keys according to your own habits, and connect with the common workflow.

<figure><img src="/files/JrkMuwpYozNlRwMkZIUs" alt=""><figcaption><p>Shortcuts</p></figcaption></figure>

**Customized shortcut keys**: Common operations such as viewpoint movement, view switching, and various tools have been supported for modification. There are also some functions reserved for blank keys, which can be customized directly. Click the input box to enter the key you want to replace, and press the Enter key to modify it successfully. You can also click "Restore" to reset the shortcut keys after successful setting. If there is a conflict between shortcuts, you can cancel the setting by right clicking on it.

<figure><img src="/files/VtfFQzS0Xb8TrPanRQAy" alt=""><figcaption><p>Shortcuts</p></figcaption></figure>

> The numeric keys of the small keyboard and the large keyboard have been separated to support setting separate shortcuts. The original number keys (1, 2, 3, 4) of the small keyboard no longer support the addition of light sources.

#### Common Shortcuts for D5 Render

<table><thead><tr><th width="206">Shortcuts</th><th width="275.3333333333333">Operate</th><th>Introduction</th></tr></thead><tbody><tr><td>W A S D Q E</td><td>Front/Back/Left/Right/Up/Down</td><td>Operation in Fly mode</td></tr><tr><td>Shift+Space+W A S D</td><td>Acceleration/Deceleration</td><td>Adjusting movement speed</td></tr><tr><td>Alt+V</td><td>Switch Orbit/Fly/Walk</td><td>Free movement in Orbit mode</td></tr><tr><td>V</td><td>Switch Rotate and Zoom</td><td>When the model is selected, the 3-axis operation is switched between "Rotate" and "Zoom".</td></tr><tr><td>I</td><td>Select Material</td><td>Activate the material pipette to bring up the material panel after sucking up the surface of the object.</td></tr><tr><td>F1/F2</td><td>Precise/Smooth quality</td><td>The preview is best in precise image quality, and some effects are weakened or not displayed in smooth image quality to minimize resource consumption.</td></tr><tr><td>M</td><td>Asset library </td><td>Open the D5 asset library </td></tr><tr><td>F/T/P</td><td>Front view / Top view / Perspective view</td><td>Switching preview view</td></tr><tr><td>L</td><td>Hide/Show all carriers</td><td>Carriers are used to place lights, particles, and paths in the scene.</td></tr><tr><td>C/R</td><td>Zoom before placement/Rotate before placement</td><td>Select a model from the asset library and use shortcuts to adjust the angle and size of the model as it follows the mouse.</td></tr><tr><td>Z</td><td>Zoom</td><td>Preview screen quickly focuses on selected objects</td></tr><tr><td>Ctrl</td><td>Multi-select/Box-select</td><td>Hold Ctrl to select multiple models.</td></tr><tr><td>Ctrl+S</td><td>Save</td><td></td></tr><tr><td>Ctrl+G</td><td>Group</td><td></td></tr><tr><td>Ctrl+Z</td><td>Undo</td><td></td></tr><tr><td>↑</td><td>Navigation up in the list</td><td></td></tr><tr><td>↓</td><td>Navigation down in the list</td><td></td></tr><tr><td>Ctrl+Shift+↑</td><td>Move to top</td><td>Topping the selected objects in the object list</td></tr><tr><td>Ctrl+Shift+↓</td><td>Move to bottom</td><td>Bottoming the selected objects in the object list</td></tr></tbody></table>


---

# 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/user-guide/preference/how-to-view-and-change-the-default-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.
