KeyboardModifiers: {
    alt: boolean;
    control: boolean;
    meta: boolean;
    shift: boolean;
}