Check if 'keydown' event is caused by pressing a modifier key that should be ignored.
'keydown'
true if modifier key was pressed, false otherwise.
true
false
The event object for a 'keydown' event.
Generated using TypeDoc
Check if
'keydown'event is caused by pressing a modifier key that should be ignored.Returns
trueif modifier key was pressed,falseotherwise.