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.

NameTypeRequiredDescription
actionenumRequiredAdd, clear, or list custom key binds.
keykeyOptionalKeyboard key to bind (only for add).
commandstringOptionalCommands 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).