We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac38a5 commit cd70091Copy full SHA for cd70091
test/keyCode.html
@@ -0,0 +1,6 @@
1
+<html>
2
+ <head></head>
3
+ <body>
4
+ The keyCode for the inputted key is: <input onkeydown="this.value = window.event.keyCode || window.event.charCode; return false;" />
5
+ </body>
6
+</html>
0 commit comments