diff --git a/mindplot/src/main/javascript/DesignerKeyboard.js b/mindplot/src/main/javascript/DesignerKeyboard.js index ac858469..f1d257a6 100644 --- a/mindplot/src/main/javascript/DesignerKeyboard.js +++ b/mindplot/src/main/javascript/DesignerKeyboard.js @@ -72,6 +72,10 @@ mindplot.DesignerKeyboard = new Class({ designer.createChildForSelectedNode(); }.bind(this), + '-':function () { + designer.createChildForSelectedNode(); + }.bind(this), + 'meta+enter':function (event) { event.preventDefault(); event.stopPropagation();