diff --git a/mindplot/src/main/javascript/DesignerKeyboard.js b/mindplot/src/main/javascript/DesignerKeyboard.js index 36e7415f..8929dec4 100644 --- a/mindplot/src/main/javascript/DesignerKeyboard.js +++ b/mindplot/src/main/javascript/DesignerKeyboard.js @@ -252,7 +252,7 @@ mindplot.DesignerKeyboard = new Class({ designer.zoomOut(); }, - 'ctrl++':function (event) { + 'ctrl+=':function (event) { event.preventDefault(); event.stopPropagation();