Q110
Which of the following are the parameters passed to the keymap after installation?
A.
Key property
B.
Key name
C.
Keydown event’s object
AnswerD.
Key stroke
Answer: Option C
Solution
Answer: Option C
Solution:
After the keymap is installed, the following parameters are passed:1. The event object for the keydown event.
2. The key identifier of the key that was pressed.