Skip to content

HotkeyMap

HotkeyMap<T> = Partial<Record<string, (Set<Hotkey<T>> | undefined)[]>>

Defined in: extensions/commands/types.ts:17

Object mapping keys to buckets of hotkeys.

T