summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-11-03 16:32:57 +0100
committerGubolin <gubolin@fantasymail.de>2014-11-03 16:32:57 +0100
commitcb4302b455a0ace2d79bd3090f32d913e8ac6612 (patch)
treefbc80f38a219caabcfc56e2112aed325ff3e0296 /blocks.js
parent1f750eb56047320f5c835c8b997f75e5e513d4eb (diff)
downloadsnap-cb4302b455a0ace2d79bd3090f32d913e8ac6612.tar.gz
snap-cb4302b455a0ace2d79bd3090f32d913e8ac6612.zip
add NUMBER KEY to key hat block
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index 381c5a3..959948e 100644
--- a/blocks.js
+++ b/blocks.js
@@ -954,6 +954,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
false,
{
'any key': ['any key'],
+ 'number key': ['number key'],
'up arrow': ['up arrow'],
'down arrow': ['down arrow'],
'right arrow': ['right arrow'],