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
Chord needs to pass the keyboard event to its function callbacks. The primary use case is the need to event.preventDefault(). Reason for the need to prevent default functionality is when browsers like Firefox do silly things like hijack the forward slash for "quick find": https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly. #sigh