Skip to content

Commit cd70091

Browse files
committed
Create keyCode.html for debugging purposes.
1 parent 9ac38a5 commit cd70091

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/keyCode.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)