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

Bind characters with repetition #167

Open
vishnuvardhan-s opened this issue Oct 7, 2022 · 0 comments
Open

Bind characters with repetition #167

vishnuvardhan-s opened this issue Oct 7, 2022 · 0 comments
Assignees

Comments

@vishnuvardhan-s
Copy link

Describe the bug
I am trying to bind a key combination like "k > k".

Example code

keyboardjs.bind("k > k", () => {
    console.log("k was pressed and then again k was pressed")
});

Expected behavior
Event should have been triggered

Enviroment

  • OS: Windows
  • Browser Edge
  • Version 2.7.0
@RobertWHurst RobertWHurst self-assigned this Oct 10, 2022
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

No branches or pull requests

2 participants