Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.body.onkeyup = function(e) {
- if (e.key == " " ||
- e.code == "Space" ||
- e.keyCode == 32
- ) {
- new Audio('https://www.myinstants.com/media/sounds/hee-hee-hee-haw.mp3').play();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement