Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence timer not clearing sequence #119

Open
zwalker opened this issue Jul 14, 2016 · 0 comments
Open

Sequence timer not clearing sequence #119

zwalker opened this issue Jul 14, 2016 · 0 comments
Labels

Comments

@zwalker
Copy link
Contributor

zwalker commented Jul 14, 2016

// 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

@dmauro dmauro added the bug label Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants