Skip to content

HotkeyManager.removeDefaultHotkeys method

HotkeyManager › removeDefaultHotkeys

Unofficial

Remove a hotkey from the default hotkeys.

Signature:

removeDefaultHotkeys(command: string): void

Parameters:

Parameter Type Description
command string {@link obsidian#Command} ID to remove hotkey from.

Returns: void