6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
var globalShortcut;
|
||
|
|
||
|
globalShortcut = process.atomBinding('global_shortcut').globalShortcut;
|
||
|
|
||
|
module.exports = globalShortcut;
|