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

6 lines
127 B
JavaScript
Raw Normal View History

2016-01-11 18:40:23 -08:00
var globalShortcut;
globalShortcut = process.atomBinding('global_shortcut').globalShortcut;
module.exports = globalShortcut;