Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

CtrlLeft Example

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