Commit d2497c38 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг 15943

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48068 954022d7-b5bf-4e40-9824-e11837661b57
parent 8a8e88a6
......@@ -7292,11 +7292,13 @@ CDocument.prototype =
else if ( e.KeyCode == 144 ) // Num Lock
{
// Ничего не делаем
bUpdateSelection = false;
bRetValue = true;
}
else if ( e.KeyCode == 145 ) // Scroll Lock
{
// Ничего не делаем
bUpdateSelection = false;
bRetValue = true;
}
else if ( e.KeyCode == 187 && false === editor.isViewMode && true === e.CtrlKey ) // Ctrl + Shift + +, Ctrl + = - superscript/subscript
......
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