Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Added reference site url for keycode and keycode for comment for enter #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/ch02/07-key-codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<aside>Open debugging console in web browser and press arrow key.</aside>

<script>
// for submitting form with "Enter" button the keycode is 13.
// to check keycode for the button you want refer https://keycode.info/
window.onload = function () {

function onKeyboardEvent (event) {
Expand Down