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

Command key doesn't repeat as expected #29

Open
stevenlundy opened this issue Jan 8, 2020 · 1 comment
Open

Command key doesn't repeat as expected #29

stevenlundy opened this issue Jan 8, 2020 · 1 comment
Labels
dependencies Pull requests that update a dependency file enhancement help wanted

Comments

@stevenlundy
Copy link

When the command key is used as a modifier it doesn't seem to allow other shortcuts to fire until the command key has been lifted again.

See example:
https://codepen.io/stevenlundyseesaw/pen/LYEdVBL?editors=0010
Command left and right should move the circle left and right without having to lift the command key
If you change it to another modifier (alt, shift) it works as expected

@jaywcjlove jaywcjlove added dependencies Pull requests that update a dependency file enhancement help wanted labels Jan 9, 2020
@stevenlundy
Copy link
Author

Here's an explanation of what's probably causing this. https://stackoverflow.com/questions/25438608/javascript-keyup-isnt-called-when-command-and-another-is-pressed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement help wanted
Projects
None yet
Development

No branches or pull requests

2 participants