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

Support other modifier keys #27

Open
shtanton opened this issue Apr 28, 2020 · 0 comments
Open

Support other modifier keys #27

shtanton opened this issue Apr 28, 2020 · 0 comments

Comments

@shtanton
Copy link

shtanton commented Apr 28, 2020

I was messing with the code for doClick and doDrag and noticed a todo for the other modifier keys as only shift is handled at the moment.

I could write a type for them with 3 boolean fields for ctrl, alt and shift and a method to convert to a number for core maybe? Or just something with numbers and an enum.

It wouldn't actually do anything until we bound something to the combinations but if it sounds like a good idea I'll send a pull request.

Edit:
Is the repo still alive?

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

1 participant