Skip to content
Nekseus edited this page Sep 25, 2019 · 12 revisions

Commands

/bind

Creates a new keybind with the given command.

/bind [keys] [command]

/unbind

Deletes an existing keybind.

/unbind [keys]

Key Assignment

[keys] The combined keys:

Keys must be bridged with a +. Spaces are allowed and do not require quotation.

[command] The assigned command:

Any command as it is normally written. Does not require quotation for lines containing spaces.

Modifier Keys

These keys are no longer identified by the symbols used in v4.

Control Key:

ctrl ; control

Alt Key:

alt

Windows Key:

win ; windows

Apps Key:

menu ; app ; apps ; application ; applications

As of 9/24/19 there is a bug preventing a bind with this key from registering.

This page includes native names and unique keys for the following languages; 日本語, Deutsche, Française, and Española.

Example Usage

/bind ctrl+alt+f1 /echo ding~

Assigned key combo ctrl+alt+f1 sends the input /echo ding~

/unbind ctrl+alt+f1

Deletes the keybind combination ctrl+alt+f1.

Clone this wiki locally