From the wonderful RedGuides Wiki
This command is added by MQ2CustomBinds
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/custombind [ list ] | [add|delete] <bindname> | [set|clear] <bindname>[-down|-up] [command]
|
Description
|
This command is used to add, delete, list or change custom key bindings. You'll also need to /bind a key.
|
|
Options
Option |
Description |
list |
Lists all your custom bind names and commands (the key combinations must be set using /bind) |
add <bindname> |
Add a new bind |
delete <bindname> |
remove a bind |
clear <bindname>[-down|-up] |
This will clear a specific command for a custom bind. If -up or -down is not specified it defaults to -down. e.g. /custombind clear laughcry-up Default to -down if not specified. |
set <bindname>[-down|-up] <command> |
Will set a command for a specific bind. e.g. /custombind set laughcry-up /laugh |
Examples
/custombind add crylaugh
/custombind set crylaugh-down /cry
/custombind set crylaugh-up /laugh
/bind crylaugh shift+f
See also