diff --git a/docs/api/global-shortcut.md b/docs/api/global-shortcut.md index 871357f89f..95fd5caf1f 100644 --- a/docs/api/global-shortcut.md +++ b/docs/api/global-shortcut.md @@ -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');