Type alias KeyBinding

KeyBinding: {
    key: KeyboardKey;
    modifier?: InputModifier;
}

Keyboard binding properties.

Type declaration