Skip to content

masterplan-optimizer-frontend


masterplan-optimizer-frontend / ShortcutBinding

Interface: ShortcutBinding

Defined in: src/lib/shortcuts.ts:16

Parsed keyboard shortcut with a normalised key and modifier flags.

Properties

alt

alt: boolean

Defined in: src/lib/shortcuts.ts:19


ctrl

ctrl: boolean

Defined in: src/lib/shortcuts.ts:18


key

key: string

Defined in: src/lib/shortcuts.ts:17


meta

meta: boolean

Defined in: src/lib/shortcuts.ts:21


shift

shift: boolean

Defined in: src/lib/shortcuts.ts:20