ctrlKey
A Boolean value indicating whether the control key is pressed.
Declaration
readonly attribute boolean ctrlKey;Discussion
If true, the control key is pressed; otherwise, it is not. If there is no keyboard, this value is false.
A Boolean value indicating whether the control key is pressed.
readonly attribute boolean ctrlKey;If true, the control key is pressed; otherwise, it is not. If there is no keyboard, this value is false.