ctrlKey property
bool
get
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.
Implementation
external bool get ctrlKey;