Skip to content

HotkeyManager.removeHotkeys method

HotkeyManager › removeHotkeys

Unofficial

Remove a hotkey from the custom hotkeys.

Signature:

removeHotkeys(command: string): void

Parameters:

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

Returns: void