Open zwalker opened 8 years ago
// 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 https://github.com/dmauro/Keypress/pull/118
// 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 https://github.com/dmauro/Keypress/pull/118