Valheim Bind Command


This command binds the specified command to the selected keycode.

Bind Syntax


The syntax for the bind command is as follows:

bind [key code] [command] Player

This command has the following arguments:

Key CodeThe key code which you want to bind the command to. For example, "Backspace". See https://docs.unity3d.com/ScriptReference/KeyCode.html for all key codes.
CommandThe command that you want to bind to the key. This will be executed when you press the key.

Looking for other commands?

Search our database of 91 Valheim commands...

Show Me!

Bind Examples


Find below working examples of the bind command.


bind Backspace challenge

This command binds the "challenge" emotion to the backspace key.

bind N heal

This command binds the heal command to the N key.