> For the complete documentation index, see [llms.txt](https://manual.minimal.audio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.minimal.audio/evoke-manual/additional-settings/key-commands.md).

# Key Commands

***

### Overview

The following key commands are available in Evoke and across our other software products, unless otherwise noted. Use these commands to speed up your workflow or access hidden actions.

### Evoke Resynth Response

* **Double-click** a band to reset it to 0 dB.
* **Command-click** (macOS) or **Ctrl-click** (Windows) and drag to edit only odd bands.
* **Command-Option-click** (macOS) or **Ctrl-Alt-click** (Windows) and drag to edit only even bands.

### Knobs, Sliders, and Text Sliders

* **Double-click** a knob or slider to reset it to its default value.
* **Shift-click** and drag a knob or slider to fine-tune the parameter’s value.
* **Command-click** (macOS) or **Ctrl-click** (Windows) to open the modulation matrix for the selected parameter (when supported).
* **Right-click** to open a context menu with options to open the modulation matrix, modify modulation connections, reset the parameter, or lock it so it maintains its value between presets.

### Modulation Control Bar

* **Right-click** a modulator to open a context menu with options to access the modulation matrix, modify modulation connections, and reset the modulator to its default state.
* **Command-click** (macOS) or **Ctrl-click** (Windows) a modulator to open the relevant modulation matrix.
* **Option-drag** (macOS) or **Alt-drag** (Windows) a modulator to copy it to another modulator slot.

### Effect Rack Slots&#x20;

* **Option-drag** (macOS) or **Alt-drag** (Windows) an effect’s drag handle to copy it to another slot.

### Curve Modulator&#x20;

* **Shift-click** and drag a point to move it off-grid.
* **Shift-click** a line or selection to straighten the selected curves.
* **Command-click** (macOS) or **Ctrl-click** (Windows) and drag a line to move it.
* **Double-click** a point to delete it.
* **Right-click** the random shape button (dice icon) to reveal randomization options. This setting is unique to each Curve instance.


---

# 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, and the optional `goal` query parameter:

```
GET https://manual.minimal.audio/evoke-manual/additional-settings/key-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
