Use getModifierState() for modifierKey #669
stockiNail
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the
modifierKey
are managed getting the event property named[modifierKey]Key
.The events is providing with this way, 4 modifier keys:
alt
,ctrl
,shift
andmeta
.The
MouseEvent
and thePointerEvent
are exposing thegetModifierState()
method which could enable more modifierKeys even if not all available on all platforms.Could make sense to implement it?
Beta Was this translation helpful? Give feedback.
All reactions