bind
bind <action> [key] [command]
Manages custom command binds, by either adding/removing/listing them.
Console & debug
Parameters
Angle brackets <> mark required arguments; square brackets [] mark optional ones.
| Name | Type | Required | Description |
|---|---|---|---|
| action | enum | Required | Add, clear, or list custom key binds. |
| key | key | Optional | Keyboard key to bind (only for add). |
| command | string | Optional | Commands to run; separate with ; and replace spaces with _ (only for add). |
Command generator
Fill in the arguments and copy the finished command — it updates as you type.
bind <action>ActionenumAdd, clear, or list custom key binds.
Keykey· optionalKeyboard key to bind (only for add).
Commandstring· optionalCommands to run; separate with ; and replace spaces with _ (only for add).
More console & debug commands