From a4c4d11cd4dde56d164bdcc86c0d6e088b24aa8b Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 30 Nov 2012 15:26:51 -0800 Subject: [PATCH] fix letter s... --- src/static/js/ace2_inner.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index da646b7e..f7c4cc5c 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -3561,8 +3561,7 @@ function Ace2Inner(){ inCallStackIfNecessary("handleKeyEvent", function() { - - if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 || keyCode == 83 /*return*/ )) + if (type == "keypress" || (isTypeForSpecialKey && keyCode == 13 /*return*/ )) { // in IE, special keys don't send keypress, the keydown does the action if (!outsideKeyPress(evt))