# Controls Note

Normally, Garry's Mod addons ADD something ON. But KM\_CM's Addon is not only that, but a whole framework and a full game revamp. The controls here are slightly different, and can be a pain if you don't do this.

I highly recommend you to rebind a few buttons (this can be done in Settings -> Keyboard).

Most importantly, rebind Suit Zoom (default B) to right mouse button, and secondary attack (default RMB) to either the mouse wheel, B, or whatever you feel like (I have it at the mouse wheel, but if you don't feel like it or your mouse wheel doesn't work, you can keep it at B). This is because +zoom now functions as aiming down sights instead of suit zoom (which is disabled completely).

Not any less importantly, I, just as highly, encourage you to rebind Context Menu from C to X, and bind Duck from CTRL to C. This is because, in my philosophy, CTRL should be used for momentary ducking (hold), and C should be used for toggling ducking in games that support it. KM\_CM's Addon controls toggle duck, hence why C > CTRL (my opinion).


---

# 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://km-cm.gitbook.io/km_cms-addon/controls-note.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.
