Merge pull request #534 from hokein/hotkey

Implement global shortcut API, fixes #439
This commit is contained in:
Cheng Zhao 2014-08-03 22:34:59 +08:00
commit 9c038a2402
15 changed files with 1382 additions and 0 deletions

View file

@ -0,0 +1,5 @@
bindings = process.atomBinding 'global_shortcut'
globalShortcut = bindings.globalShortcut
module.exports = globalShortcut