Open fxha opened 5 years ago
Add support to prevent the default action when the callback returns true. E.g:
true
electronLocalshortcut.register(win, accelerator, () => { // ... return true // prevent default action })
fixes #69
Never merged, right?
Add support to prevent the default action when the callback returns
true
. E.g:fixes #69