You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: