diff --git a/src/io/keyboard.js b/src/io/keyboard.js index dc0f2dc72..e99d59c28 100644 --- a/src/io/keyboard.js +++ b/src/io/keyboard.js @@ -62,12 +62,11 @@ Keyboard.prototype.postData = function (data) { this.runtime.startHats('event_whenkeypressed', { 'KEY_OPTION': this._keyCodeToScratchKey(data.keyCode) - .toUpperCase() }); this.runtime.startHats('event_whenkeypressed', { - 'KEY_OPTION': 'ANY' + 'KEY_OPTION': 'any' }); } } else if (index > -1) {