summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-11-03 16:32:17 +0100
committerGubolin <gubolin@fantasymail.de>2014-11-03 16:32:17 +0100
commit1f750eb56047320f5c835c8b997f75e5e513d4eb (patch)
treea7ebc72198e802ac31e8fccc781a5ab26c28dbe2 /blocks.js
parent5f3279990be3478fde79b94f7dbd5d7da80df84b (diff)
downloadsnap-1f750eb56047320f5c835c8b997f75e5e513d4eb.tar.gz
snap-1f750eb56047320f5c835c8b997f75e5e513d4eb.zip
add ANY KEY to key hat block (fix #387)
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 73ef884..381c5a3 100644
--- a/blocks.js
+++ b/blocks.js
@@ -953,6 +953,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
null,
false,
{
+ 'any key': ['any key'],
'up arrow': ['up arrow'],
'down arrow': ['down arrow'],
'right arrow': ['right arrow'],