diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 5912878bd..3d8c86ae5 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -279,11 +279,7 @@ define([ Common.util.Shortcuts.delegateShortcuts({ shortcuts: { - 'command+s,ctrl+s': _.bind(function (e) { - e.preventDefault(); - e.stopPropagation(); - }, this), - 'command+p,ctrl+p': _.bind(function (e) { + 'command+s,ctrl+s,command+p,ctrl+p,command+k,ctrl+k,command+d,ctrl+d': _.bind(function (e) { e.preventDefault(); e.stopPropagation(); }, this) diff --git a/apps/presentationeditor/main/app/controller/Main.js b/apps/presentationeditor/main/app/controller/Main.js index 585a7c954..99b17447f 100644 --- a/apps/presentationeditor/main/app/controller/Main.js +++ b/apps/presentationeditor/main/app/controller/Main.js @@ -265,11 +265,7 @@ define([ this.initNames(); Common.util.Shortcuts.delegateShortcuts({ shortcuts: { - 'command+s,ctrl+s': _.bind(function (e) { - e.preventDefault(); - e.stopPropagation(); - }, this), - 'command+p,ctrl+p': _.bind(function (e) { + 'command+s,ctrl+s,command+p,ctrl+p,command+k,ctrl+k,command+d,ctrl+d': _.bind(function (e) { e.preventDefault(); e.stopPropagation(); }, this) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 197344325..2b2b96c5c 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -269,11 +269,7 @@ define([ // this.recognizeBrowser(); Common.util.Shortcuts.delegateShortcuts({ shortcuts: { - 'command+s,ctrl+s': _.bind(function (e) { - e.preventDefault(); - e.stopPropagation(); - }, this), - 'command+p,ctrl+p': _.bind(function (e) { + 'command+s,ctrl+s,command+p,ctrl+p,command+k,ctrl+k,command+d,ctrl+d': _.bind(function (e) { e.preventDefault(); e.stopPropagation(); }, this)