RunJavaScriptOnKeyPress

Put your JS here

alert('hello world');


Input key you want to trigger JS (matched up with the number above)


Add external JavaScript

jQuery

Howler.js

Enter-Full-Screen.js

Custom

Remove



<script>
            window.onkeypress = function(event) {
                if (event.keyCode == ) {
             
 
                }
             }
            
</script>