docs: improve globalShortcut and hookWindowMessage types (#37115)
This commit is contained in:
parent
33c32a798b
commit
1a6085e20e
2 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ the app has been authorized as a [trusted accessibility client](https://develope
|
|||
|
||||
### `globalShortcut.registerAll(accelerators, callback)`
|
||||
|
||||
* `accelerators` string[] - an array of [Accelerator](accelerator.md)s.
|
||||
* `accelerators` [Accelerator](accelerator.md)[] - an array of [Accelerator](accelerator.md)s.
|
||||
* `callback` Function
|
||||
|
||||
Registers a global shortcut of all `accelerator` items in `accelerators`. The `callback` is called when any of the registered shortcuts are pressed by the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue