ElectronGlobalShortcut.unregister method
ElectronGlobalShortcut › unregister
Unofficial
Unregisters the global shortcut ofaccelerator. Signature:
unregister(accelerator: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| accelerator | string | The accelerator to unregister. |
Returns: void