ctrlKey Indicates whether the <ctrl> key was pressed when the event was fired. Syntax bool = event.ctrlKey Parameters bool is a boolean true | false. Example // example here Notes Additional notes. Specification link to spec
Indicates whether the <ctrl> key was pressed when the event was fired.
bool = event.ctrlKey
bool is a boolean true | false.
// example here
Additional notes.
link to spec