# How to adjust the view rotation rate of the right and middle mouse buttons？

In D5 versions up to 2.6, mouse sensitivity was slower than in other 3D software, requiring repetitive drags to adjust the view, hindered further by the mouse hitting the screen edge. D5 2.7 improved sensitivity and added a feature for users to customize it for comfort. The upcoming version 2.8 will introduce a sensitivity slider in the UI for easier adjustments.

Mouse sensitivity determines how the distance the user drags the mouse influences the camera's movement. Within D5 Render, mouse sensitivity impacts three features:

1. The rotation speed of the camera around an object in orbit mode.
2. The turning speed of the camera in all directions in fly mode.
3. The turning speed of the camera in all directions in walk mode.

### How to Adjust It？

#### Step One:

Right-click on the D5 Render icon and select 'Open File Location'. Use the Notepad to open the config.ini file in the file location and check the Config Path value:

<div align="left"><figure><img src="/files/YyN2MfTWciXyFvPE5J35" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/cFTIEGxAAkdWThjU8nU3" alt=""><figcaption></figcaption></figure></div>

#### Step Two:

Navigate to C:\Users\Your User Account\AppData\Roaming>D5Config and find the file named with the ConfigPath value.

If you can't find it, please go to File > View and check 'Hidden Items'.

#### Step Three:

After opening the correct file, click the usr file and open its usr.ini file with Notepad.

<div align="left"><figure><img src="/files/DwK5rFIsLrsfpYSN8C8E" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/uol532IGU6r0HWO6PVRN" alt=""><figcaption></figcaption></figure></div>

#### tep Four:

Navigate to the bottom of the usr.ini file and paste the following parameters:

\[viewspeed]

Orbit=1

Fly=1

Walk=1

These parameters support customization. When their values are set to 1, the camera rotation speed will be the same as in D5 2.6.  We recommend setting Orbit as 4 and Fly & Walk as 2.4. You can adjust their values as you need. Please note that the value supports one decimal place.

Save the file and the mouse sensitivity will be modified.


---

# 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/view/how-to-adjust-the-view-rotation-rate-of-the-right-and-middle-mouse-buttons.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.
