Fix Bug 37707, Bug 37706

This commit is contained in:
Julia Radzhabova 2018-07-26 17:14:41 +03:00
parent d79d912451
commit a100e0a15f
3 changed files with 3 additions and 15 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)