export type KeypressEvent = { name: string; shift?: boolean; ctrl?: boolean; };