• Check if 'keydown' event is caused by pressing a modifier key that should be ignored.

    Returns

    true if modifier key was pressed, false otherwise.

    Parameters

    • event: KeyboardEvent

      The event object for a 'keydown' event.

    Returns boolean

Generated using TypeDoc