The keypress event should be raised when the user presses a key on the keyboard. However, not all browsers fire
keypress events for certain keys.
The keypress event should be raised when the user presses a key on the keyboard. However, not all browsers fire
keypress events for certain keys.
Webkit-based browsers (Google Chrome and Safari, for example) do not fire keypress events on the arrow keys.
Firefox does not fire keypress events on modifier keys like SHIFT.