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

Add combo keyboard shortcuts. #94

Closed
wants to merge 15 commits into from
Closed

Conversation

kentcdodds
Copy link

Allows you to say: key('g&i', handler); where the user can press g followed by i to execute the handler.
The test is a little crazy because we need to test the time between key presses, but it works alright. I'd be happy to make changes if you think that there are any necessary.

Kent C Dodds and others added 15 commits August 20, 2013 06:52
…s in the same combo (like the two 'o' keys in 'you rock')
… a little more descriptive of what it actually is.
…a keyboard combination. This would cause a problem if the first key is also a shortcut. Added this warning to the README. Also updated contribution attribution.
…e ones when the current buffer could result in a combo execution. If not, the clear the buffer.
@kentcdodds
Copy link
Author

Just doing some clean-up. This will obviously never get merged.

@kentcdodds kentcdodds closed this Aug 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant