Conversation
|
+1 Would love to see mouse support added, mousewheel support would be a nice addition to this as well. A package to simplify the management of hotkeys cannot be complete without this. Many applications have default clicking/scrolling actions and when key modifiers are pressed, they might do something else. For instance, in a painting application, scrolling could change the brush size or zoom level depending on if a key is pressed. Worth noting however, that while this PR works well with modifiers like ctrl, shift, alt - it doesn't appear to work properly with other keys. For instance |
|
(+1) |
1 similar comment
|
(+1) |
|
Any updates on this? |
|
+1 |
I implemented
Now it's possible to watch for clicks.
Currently I have no idea how to implement tests for this, because I don't know how to fire MouseEvents and KeyboardEvent together.