Binds
There is a multitude of commands in the DDNet client that can be bound to nearly any key on your keyboard.
Syntax
bind [key] [command/setting] [value]
This is the basic syntax for simple binds.
- [key] is the key on your keyboard/mouse you want to bind a command to. You can find keycodes here, or just type the key temporarily into one of the controls in the Settings > Controls page in DDNet client and it will show the key name.
- [command/setting] A full list of all commands and settings can be found here.
- [value] is the variable you want to set your setting to or an argument for a command. Not all commands require arguments.
You can also chain commands/settings together by separating them using a semicolon and wrapping the commands in quotes.
bind [key] "[command/setting]; [command/setting]" [value]