From f7e339f7c2609341f0b57044c78e04421f10eaae Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Wed, 7 Sep 2016 16:00:22 -0400 Subject: [PATCH] Remove uppercase from keyboard hat activators --- src/io/keyboard.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {