Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
<title>ctrlKey example</title>
<script type="text/javascript">
function showChar(e){
  alert("CTRL key pressed: " + e.ctrlKey + "\n");
  alert("SHIFT key pressed: " + e.shiftKey + "\n");
}
</script>
</head>
<body onmouseup="showChar(event);">
  <a href="#">Clique aqui para conferir se o seu CTRL está apertado!</a>
</body>
</html>
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers