Commit 86d496d4 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=26184

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58351 954022d7-b5bf-4e40-9824-e11837661b57
parent 51c5cd5d
......@@ -941,8 +941,8 @@
return result;
default:
// При зажатом Ctrl не вводим символ
if (!ctrlKey) {t.skipKeyPress = false;}
// При зажатом Ctrl или Alt не вводим символ
if (!ctrlKey && !event.altKey) {t.skipKeyPress = false;}
return true;
} // end of switch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment