Commit 7ff592f2 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

alt macOS

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55622 954022d7-b5bf-4e40-9824-e11837661b57
parent 0d19f6c3
......@@ -9615,7 +9615,7 @@ CDocument.prototype =
//Ctrl и Atl только для команд, word не водит текста с зажатыми Ctrl или Atl
//команды полностью обрабатываются в keypress
if ((e.CtrlKey || e.AltKey) && !AscBrowser.isMacOs)
if (e.CtrlKey || (e.AltKey && !AscBrowser.isMacOs))
return false;
var Code;
......
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