'ctrlLeft' Example : ctrlLeft « Javascript Properties « JavaScript Reference

'ctrlLeft' Example

    
<html>
<body>
<input type="button" value="Click this button while pressing the left Ctrl key" 
onClick="alert(event.ctrlLeft);"> 
</body>
</html>

    
      
      








Related examples in the same category

1.'ctrlLeft' Syntax and Note
2.'ctrlLeft' Possible Values
3.'ctrlLeft' is applied to