# /bind

## Syntax

**/bind \[list | eqlist] | \[\~]name \[*****keycombo*** **| clear]**

## Description

Bind a key combination to a specific key.

|                                 |                                                        |
| ------------------------------- | ------------------------------------------------------ |
| **/bind list**                  | Lists all MQ2 binds                                    |
| **/bind eqlist**                | Lists all EverQuest binds                              |
| **/bind name** ***keycombo***   | Binds name to the normal key combination *keycombo*    |
| **/bind \~name** ***keycombo*** | Binds name to the alternate key combination *keycombo* |
| **/bind name clear**            | Clears the key combination from name                   |
| **/bind \~name clear**          | Clears the alternate key combination from name         |

**Note:** *keycombo* can be any combination of "alt", "shift" and "ctrl" plus a key.

## Examples

|                         |                                                    |
| ----------------------- | -------------------------------------------------- |
| **/bind forward e**     | Binds the forward command to key e                 |
| **/bind \~forward up**  | Binds the forward command to alternate key uparrow |
| **/bind forward clear** | Clears the key used for the forward command        |

**Note:** Changing EQ binds will not immediately update the display in the options window. Change the bind list selection in the options window to see the updated keys.

## See Also

* [/custombind](/macroquest/plugins/core-plugins/mq2custombinds/custombind.md)
* [/dumpbinds](/macroquest/commands/slash-commands/dumpbinds.md)


---

# 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://macroquest.gitbook.io/macroquest/commands/slash-commands/bind.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.
