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

'ctrlKey' Example

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

    
      
      








Related examples in the same category

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