Most input HTML events contain ctrlKey, shiftKey and altKey properties. This function takes any event, and if it has those properties, it returns a Set<Modifier> matching which of those properties is true.
ctrlKey
shiftKey
altKey
Set<Modifier>
Optional
Generated using TypeDoc
Most input HTML events contain
ctrlKey
,shiftKey
andaltKey
properties. This function takes any event, and if it has those properties, it returns aSet<Modifier>
matching which of those properties is true.