Checks if a printable character key was pressed (excluding any modifiers).
A printable character meets one of the following criteria:
Backspace
Delete
KeyboardEvent from an event listener.
true if the printable characters were pressed from the specified event.
true
event
Checks if a printable character key was pressed (excluding any modifiers).
A printable character meets one of the following criteria:
Backspace
orDelete
key.