HotkeyManagerDefaultKeysRecord
Unofficial
Record mapping command IDs to their default hotkey bindings.
Import:
import type { HotkeyManagerDefaultKeysRecord } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface HotkeyManagerDefaultKeysRecord extends Record<string, KeymapInfo[]>Extends: Record<string, KeymapInfo[]>
Links to this page: