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