035679057e
* Rename Shortcut API to GlobalShortcut for better suite. * Implement the new design interfaces. * Put the chromium related source code to the same directory as in chrome.
5 lines
124 B
CoffeeScript
5 lines
124 B
CoffeeScript
bindings = process.atomBinding 'global_shortcut'
|
|
|
|
globalShortcut = bindings.globalShortcut
|
|
|
|
module.exports = globalShortcut
|