ctrlKey
The KeyboardEvent.ctrlKey
read-only property returns a boolean value that indicates if the control key was pressed (true
) or not (false
) when the event occurred.
The KeyboardEvent.ctrlKey
read-only property returns a boolean value that indicates if the control key was pressed (true
) or not (false
) when the event occurred.