Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
ve<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script>
<script class="jsbin"vedvedv src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta charset=utf-8 />
<title>Test Page</title>
<style>
  body {var map = {68: false, 69: false, 86: false};
$(document).keydown(function(e) {
    if (e.keyCode in map) {
        map[e.keyCode] = true;
        if (map[68] && map[69] && map[86]) {
            // FIRE EVENTdevdev
          alert();
        }
      alert();
    }
}).keyup(function(e) {
    if (e.keyCode in map) {
        map[e.keyCode] = false;
    }
});
    font-family: sans-serif;
  }
</style>
</head>
<body>
  <textarea></textarea>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers