From cb4302b455a0ace2d79bd3090f32d913e8ac6612 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Mon, 3 Nov 2014 16:32:57 +0100 Subject: add NUMBER KEY to key hat block --- blocks.js | 1 + 1 file changed, 1 insertion(+) (limited to 'blocks.js') 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'], -- cgit v1.3.1