document process(es) for all APIs

This commit is contained in:
Zeke Sikelianos 2016-11-03 10:26:00 -07:00
parent e8bb79310c
commit ac68de6215
26 changed files with 53 additions and 3 deletions

View file

@ -2,6 +2,8 @@
> Detect keyboard events when the application does not have keyboard focus.
Process: [Main](../tutorial/quick-start.md#main-process)
The `globalShortcut` module can register/unregister a global keyboard shortcut
with the operating system so that you can customize the operations for various
shortcuts.