Abstract Abstract isChecks if a given shortcut has been registered.
A Promise that resolves to a boolean whether the shortcut is already registered.
{string} [Accelerator]https://electronjs.org/docs/api/accelerator
Abstract registerRegisters a global shortcut.
{string} [Accelerator]https://electronjs.org/docs/api/accelerator
Abstract unregisterRemoves a previously registered shortcut.
{string} [Accelerator]https://electronjs.org/docs/api/accelerator
Abstract unregister
Register/unregister a glboal keyboard shortcut with the operating system so that you can customize the operations for various shortcuts.