From: Steve Hackbarth Date: Mon, 22 Sep 2014 15:49:49 +0000 (-0400) Subject: use which instead of keycode X-Git-Tag: v4.7.0-beta.2~8^2 X-Git-Url: http://git.roojs.org/?p=xtuple;a=commitdiff_plain;h=4a2e5942da221cf8b1bceb7c9a5af65fb862b786 use which instead of keycode --- 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 = ")!@#$%^&*(";