Keyboard key combination component with optional modifier flags.
interface ShortcutKey { key: string; ctrl?: boolean; shift?: boolean; alt?: boolean; meta?: boolean;} Copy
interface ShortcutKey { key: string; ctrl?: boolean; shift?: boolean; alt?: boolean; meta?: boolean;}
Optional
Keyboard key combination component with optional modifier flags.
Source