6 lines
124 B
CoffeeScript
6 lines
124 B
CoffeeScript
|
bindings = process.atomBinding 'global_shortcut'
|
||
|
|
||
|
globalShortcut = bindings.globalShortcut
|
||
|
|
||
|
module.exports = globalShortcut
|