Update global-shortcut.md
authorHank Bao <hankbao84@gmail.com>
Thu, 9 Jul 2015 04:30:37 +0000 (12:30 +0800)
committerHank Bao <hankbao84@gmail.com>
Thu, 9 Jul 2015 04:30:37 +0000 (12:30 +0800)
Make it clear that the `global-shortcut` module should not be used until the ready event of app module gets emitted.

docs/api/global-shortcut.md

index 871357f..95fd5ca 100644 (file)
@@ -3,6 +3,7 @@
 The `global-shortcut` module can register/unregister a global keyboard shortcut
 in operating system, so that you can customize the operations for various shortcuts.
 Note that the shortcut is global, even if the app does not get focused, it will still work.
+You should not use this module until the ready event of app module gets emitted.
 
 ```javascript
 var globalShortcut = require('global-shortcut');