export interface ParsedKey { readonly isCtrl: boolean; readonly isShift: boolean; readonly key: string; }