mirror of
https://github.com/electron/electron.git
synced 2026-01-30 09:48:35 -05:00
* 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.
6 lines
124 B
CoffeeScript
6 lines
124 B
CoffeeScript
bindings = process.atomBinding 'global_shortcut'
|
|
|
|
globalShortcut = bindings.globalShortcut
|
|
|
|
module.exports = globalShortcut
|