> For the complete documentation index, see [llms.txt](https://harpiagames.gitbook.io/prefab-brush-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://harpiagames.gitbook.io/prefab-brush-documentation/detailed-guide/scrollwheel-shortcuts.md).

# Scrollwheel Shortcuts

To provide a more intuitive and faster editing experience, using the mouse wheel in combination with certain keys can be highly efficient.

{% hint style="info" %}
The new versions of Prefab Brush have the free transform tools. Most people find it easier than using the mouse scroll. Check it at: [Free Trasnform Mode](/prefab-brush-documentation/detailed-guide/free-trasnform-mode.md)
{% endhint %}

<figure><img src="/files/fAlulKGrOQozi7Uvmphd" alt=""><figcaption><p>Using the scrollwheel shortcuts</p></figcaption></figure>

* Y + Mouse Wheel: Rotate on the Y-axis.
* X + Mouse Wheel: Rotate on the X-axis.
* Z + Mouse Wheel: Rotate on the Z-axis.
* C + Mouse Wheel: Change size.
* V + Mouse Wheel: Adjust the distance from the ground.

These combinations can be default but also customizable in the Key Binding Menu for flexibility.

Remember these shortcuts only work in precision mode

<figure><img src="/files/bSVA7qRbc8jFnrhDl7nf" alt=""><figcaption><p>You can customize the shortcuts on the settings tab.</p></figcaption></figure>

If the scroll wheel isn't working as expected, check the scroll wheel speed in the Advanced Settings tab:

<figure><img src="/files/CtAGOY2ci8nZlLzLseDS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://harpiagames.gitbook.io/prefab-brush-documentation/detailed-guide/scrollwheel-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.
