diff --git a/index.html b/index.html index 02cc307..84fc11b 100644 --- a/index.html +++ b/index.html @@ -548,10 +548,10 @@
Bind an event to a particular keypress
+Hit [Enter]. The $event here is different from keypress, but fires earlier. +Hit [Enter] or [Alt]+[Space] and remember that this normally adds a new line if we don't $event.preventDefault()