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

Hypergrid keys not SHIFTed #770

Closed
joneit opened this issue Oct 24, 2018 · 1 comment
Closed

Hypergrid keys not SHIFTed #770

joneit opened this issue Oct 24, 2018 · 1 comment
Labels

Comments

@joneit
Copy link
Contributor

joneit commented Oct 24, 2018

When SHIFT + <some key> is pressed, the shifted version of that key is added to the keys array, but when <some key> + SHIFT is pressed, the unshifted version is added.

When SHIFT is subsequently pressed (or released), the keys array should be updated to replace the unshifted version of all keys remaining in the array with their shifted version (or vice versa).

@joneit
Copy link
Contributor Author

joneit commented Oct 25, 2018

grid.canvas.currentKeys array is now updated whenever shift key is pressed or released.

This fix is implemented in PR #762 and will be released in version 3.1.0.

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

1 participant