use which instead of keycode
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 22 Sep 2014 15:49:49 +0000 (11:49 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 22 Sep 2014 15:49:49 +0000 (11:49 -0400)
lib/enyo-x/source/app.js

index bd18801..ff4a060 100644 (file)
@@ -44,7 +44,7 @@ white:true*/
     */
     handleKeyDown: function (inSender, inEvent) {
       var that = this,
-        keyCode = inEvent.keyCode,
+        keyCode = inEvent.which,
         exoticTransforms = {},
         numberShiftCharacters = ")!@#$%^&*(";