JavaScript Reference/Javascript Properties/ctrlLeft
Содержание
"ctrlLeft" Example
<html>
<body>
<input type="button" value="Click this button while pressing the left Ctrl key"
onClick="alert(event.ctrlLeft);">
</body>
</html>
"ctrlLeft" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |event |
+----------------+--------------------------------------------------------------+
"ctrlLeft" Possible Values
Possible Values
true
false.
"ctrlLeft" Syntax and Note
Note:
Read-only property.
Was left CTRL key pressed.
The ctrlLeft property is supported only by Windows NT, 2000, and XP.
Syntax:
window.event.ctrlLeft