Skip to content

Neverwinter

Bind a Command to a Key

The core of the whole system. /bind attaches a command to a key; the command goes in quotes. Anything you can type into chat, and every internal engine command, can be bound this way.

Neverwinter · General26 chars
/bind numpad4 "netgraph 1"

Where to paste this

  1. Press Enter, then type your command starting with a slash.
  2. Bind a key with /bind <key> "<command>" — for example /bind h "+PowerTrayExec 0".
  3. Chain commands with the $$ separator: /bind t "say Pulling!$$+PowerTrayExec 3".
  4. Save your whole keymap with /bind_save_file mykeys.txt and reload it later with /bind_load_file mykeys.txt.
  5. Use /unbind <key> to release a key, or /bind_load_file_silent to reload without chat spam.