Closed ekwoka closed 6 months ago
Handles #4208
Allows for the use of ctrl meta...etc keys on click and mouse event listeners.
ctrl
meta
Overall simple change to include clicks
Would a more significant refactor also enable the use of mouse-button modifiers? Maybe...
This also solved some potential bugs related to modifiers that could exist on a keydown that wouldn't be properly ignored.
Includes:
Love this! Thanks @ekwoka!
Handles #4208
Allows for the use of
ctrl
meta
...etc keys on click and mouse event listeners.Overall simple change to include clicks
Would a more significant refactor also enable the use of mouse-button modifiers? Maybe...
This also solved some potential bugs related to modifiers that could exist on a keydown that wouldn't be properly ignored.
Includes: