Class that describes the binding of a key and a key action.

interface KeysActionBinding {
    action: KeyActions;
    keys: number;
}

Properties

Properties

action: KeyActions

KeyAction of the binding.

keys: number

VirtualKey | Modifier (optional).