HotkeyManager.removeHotkeys method
HotkeyManager › removeHotkeys
Unofficial
Remove a hotkey from the custom hotkeys.Signature:
removeHotkeys(command: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| command | string | {@link obsidian#Command} ID to remove hotkey from. |
Returns: void