Skip to content

HotkeyManagerDefaultKeysRecord

Unofficial

Record mapping command IDs to their default hotkey bindings.

Import:

import type { HotkeyManagerDefaultKeysRecord } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface HotkeyManagerDefaultKeysRecord extends Record<string, KeymapInfo[]>

Extends: Record<string, KeymapInfo[]>


Links to this page: