City of Heroes Wiki
Advertisement

Slash Command[]

/bind trigger "command"


trigger is a key or key combination, such as 'H' and 'LSHIFT+H'. See List of Key Names for a... list of key names.

NOTE: Chord keys (ALT, SHIFT, CTRL) are the only keys that can be added to create key combinations. Chord keys must be specified before the desired trigger key ('ALT+H', not 'H+ALT'). You cannot create a key combo of 'NUMPAD1+RBUTTON'.

command can be one command or multiple commands strung together, separated by $$ (two dollar signs).

To delete a bind, use double quotes for the command e.g. /bind lalt ""

joy3 +up joy4 powexecslot 1 joy1 powexecslot 2 joy2 powexecslot 3 joypad_down powexecslot 4 joypad_left powexecslot 5 joypad_up powexecslot 6 joypad_right powexecslot 7 joy8 powexecslot 8 joy7 powexecslot 9 joystick1_up +forward joystick1_left +left joystick1_right +right joystick1_down +backward joystick2_up +lookup joystick2_down +lookdown joystick2_left +turnleft joystick2_right +turnright joy9 target_custom_next enemy joy11 target_custom_next friend joy12 target_custom_prev friend joy5 bind_load_file c:\covbinds\secondary.txt joy6 map

Advertisement