EventKeyboardTrigger: { [key in Modifier]?: boolean } & {
    condition?: () => boolean;
    key: string;
}