ctrlKey
Property of dom/KeyboardEventdom/KeyboardEvent
Syntax
var result = element.ctrlKey;
element.ctrlKey = value;
Notes
Remarks
To determine whether the left or right version of the Ctrl key is pressed, use the location property.
Syntax
Standards information
- Document Object Model (DOM) Level 3 Events Specification, Section 5.2.6
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]