Skip to content

HotkeyManagerCustomKeysRecord

Unofficial

Record mapping command IDs to their user-customized hotkey bindings.

Import:

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

Signature:

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

Extends: Record<string, KeymapInfo[]>


Links to this page: