Commit 2bcaa6de authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

для Bug 25732 - Print: Осуществить скачку документа в формате PDF при нажатии Ctrl+P

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57523 954022d7-b5bf-4e40-9824-e11837661b57
parent 7cc57e62
......@@ -3163,6 +3163,10 @@ function CDocMeta()
Editor_Copy(editor);
//íå âîçâðàùàåì true ÷òîáû íå áûëî preventDefault
}
else if ( e.KeyCode == 80 && true === e.CtrlKey ) // Ctrl + P + ...
{
editor.asc_Print();
}
return bRetValue;
}
......
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