类型别名 KeyBinding实验性

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

Keyboard binding properties.