electron/lib/browser/api/global-shortcut.js

6 lines
127 B
JavaScript
Raw Normal View History

2016-01-12 02:40:23 +00:00
var globalShortcut;
globalShortcut = process.atomBinding('global_shortcut').globalShortcut;
module.exports = globalShortcut;