export interface Shortcut { code: string; modKey?: boolean; optKey?: boolean; shiftKey?: boolean; }