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