Merge pull request #534 from hokein/hotkey
Implement global shortcut API, fixes #439
This commit is contained in:
commit
9c038a2402
15 changed files with 1382 additions and 0 deletions
5
atom/browser/api/lib/global-shortcut.coffee
Normal file
5
atom/browser/api/lib/global-shortcut.coffee
Normal file
|
@ -0,0 +1,5 @@
|
|||
bindings = process.atomBinding 'global_shortcut'
|
||||
|
||||
globalShortcut = bindings.globalShortcut
|
||||
|
||||
module.exports = globalShortcut
|
Loading…
Add table
Add a link
Reference in a new issue