When are the keyboard events fired?
A
When the user manually calls the button
B
When the user clicks a key
C
When the user calls the modifier
D
When the user right clicks the mouse
Correct Answer: When the user clicks a key
The keydown and keyup are the keyboard events are fired when the user presses or releases a key on the keyboard. They are generated for modifier keys, function keys, and alphanumeric keys.