From 4a2e5942da221cf8b1bceb7c9a5af65fb862b786 Mon Sep 17 00:00:00 2001 From: Steve Hackbarth Date: Mon, 22 Sep 2014 11:49:49 -0400 Subject: [PATCH] use which instead of keycode --- lib/enyo-x/source/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/enyo-x/source/app.js b/lib/enyo-x/source/app.js index bd18801f6..ff4a0605d 100644 --- a/lib/enyo-x/source/app.js +++ b/lib/enyo-x/source/app.js @@ -44,7 +44,7 @@ white:true*/ */ handleKeyDown: function (inSender, inEvent) { var that = this, - keyCode = inEvent.keyCode, + keyCode = inEvent.which, exoticTransforms = {}, numberShiftCharacters = ")!@#$%^&*("; -- 2.39.2