You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed you are using the before-input-event event to listen for shortcuts. Would it be possible to prevent the default action by reading the result from the callback function?
I noticed you are using the
before-input-event
event to listen for shortcuts. Would it be possible to prevent the default action by reading the result from thecallback
function?electron-localshortcut/index.js
Line 135 in 3fbd63a
Exactly in this place and call
e.preventDefault()
if the result istrue
.The text was updated successfully, but these errors were encountered: