From fda98dbe2ab07760b6a0fc2abcf5f86a7640f97b Mon Sep 17 00:00:00 2001 From: Donovan Muller Date: Fri, 18 Jan 2013 08:59:41 +0200 Subject: [PATCH] Update index.html Turns out [Alt] + [Space] does work :) The configuration was on the wrong textarea. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 02cc307..84fc11b 100644 --- a/index.html +++ b/index.html @@ -548,10 +548,10 @@

What?

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()