![]() |
Previous | Next |
The ctrlKey attribute retrieves a value indicating whether the control key (CTRL) was down when the event occurred.
Syntax
event.ctrlKey
Possible Values
This attribute is a read-only Boolean.
Value | Description |
true | Indicates the CTRL key was in the down position. |
false | Indicates the CTRL key was in the up position. |
See Also
Previous | Next |