[SSE] Bug 36285, Bug 46126
This commit is contained in:
parent
badfd1802b
commit
d326eacaed
|
@ -1558,7 +1558,7 @@ define([
|
|||
return false;
|
||||
}
|
||||
};
|
||||
shortcuts['command+shift+=,ctrl+shift+=' + (Common.Utils.isGecko ? ',ctrl+shift+ff=' : '')] = function(e) {
|
||||
shortcuts['command+shift+=,ctrl+shift+=' + (Common.Utils.isGecko ? ',command+shift+ff=,ctrl+shift+ff=' : '')] = function(e) {
|
||||
if (me.editMode && !me.toolbar.btnAddCell.isDisabled()) {
|
||||
var cellinfo = me.api.asc_getCellInfo(),
|
||||
selectionType = cellinfo.asc_getSelectionType();
|
||||
|
@ -1585,7 +1585,7 @@ define([
|
|||
|
||||
return false;
|
||||
};
|
||||
shortcuts['command+shift+-,ctrl+shift+-' + (Common.Utils.isGecko ? ',ctrl+shift+ff-' : '')] = function(e) {
|
||||
shortcuts['command+shift+-,ctrl+shift+-' + (Common.Utils.isGecko ? ',command+shift+ff-,ctrl+shift+ff-' : '')] = function(e) {
|
||||
if (me.editMode && !me.toolbar.btnDeleteCell.isDisabled()) {
|
||||
var cellinfo = me.api.asc_getCellInfo(),
|
||||
selectionType = cellinfo.asc_getSelectionType();
|
||||
|
|
Loading…
Reference in a new issue