fix letter s...

pull/1238/head
John McLear 2012-11-30 15:26:51 -08:00
parent 2fe31bc618
commit a4c4d11cd4
1 changed files with 1 additions and 2 deletions

View File

@ -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))