We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56c911 commit c2107e3Copy full SHA for c2107e3
1 file changed
01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,9 @@
58
<audio data-key="76" src="sounds/tink.wav"></audio>
59
60
<script>
61
-
+ window.addEventListener('keydown', function(e) {
62
+ console.log(e.keyCode)
63
+ });
64
</script>
65
66
0 commit comments