Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. document.addEventListener("keydown",function(e){
  2. console.log(e.keyCode);
  3. })
  4.  
  5. if(e.keyCode == 32){
  6. video.pause();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement