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