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
// will print 'uh oh' even after 800ms timeout has passed in between key strokes.
var keypressListener = new window.keypress.Listener();
keypressListener.sequence_combo("a b c", function(e, combo) { console.log('uh oh'); });
// will print 'uh oh' even after 800ms timeout has passed in between key strokes.
var keypressListener = new window.keypress.Listener();
keypressListener.sequence_combo("a b c", function(e, combo) { console.log('uh oh'); });
See PR #118
The text was updated successfully, but these errors were encountered: