Key modifiers (e.g. shift, alt, ctrl) for other events than keyboard events #4208
pohlt
started this conversation in
3. Feature Ideas
Replies: 3 comments 6 replies
-
Well, mouse events don't have key modifiers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think they do: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent
13 May 2024 18:16:48 Eric Kwoka ***@***.***>:
…
Well, mouse events don't have key modifiers.
—
Reply to this email directly, view it on GitHub[#4208 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABIOQE5EYW5DUN2RY6P6OBTZCDROFAVCNFSM6AAAAABHUH4GN2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMRTGIZTC].
You are receiving this because you authored the thread.
[Tracking image][https://github.com/notifications/beacon/ABIOQE6BLMMWILGM6G5JGLTZCDROFA5CNFSM6AAAAABHUH4GN2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAR7EX6.gif]
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Handled in #4209 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd love to use modifiers such as
.shift
,.alt
, or.ctrl
for non-keyboard events such as mouse events:@wheel.alt="zoom()"
Beta Was this translation helpful? Give feedback.
All reactions