Skip to content

ElectronGlobalShortcut.unregister method

ElectronGlobalShortcut › unregister

Unofficial

Unregisters the global shortcut of accelerator.

Signature:

unregister(accelerator: string): void

Parameters:

Parameter Type Description
accelerator string The accelerator to unregister.

Returns: void