Skip to content
On this page

RemoveKey

Remove the given key (if binded) from the binding list.

Parameters

NameTypeMandatoryDefault
stringKeystringtrue-

Returns

void

Usage

ts
import { removeKey } from "keybind";

// Init KeyBind and do some stuff ...

// Then we can add remove the biding we want
removeKey("S");