/* 0.4.1 */ export type KeyboardModifiers = { alt: boolean; control: boolean; shift: boolean; meta: boolean; };