diff --git a/mindplot/src/main/javascript/DesignerKeyboard.js b/mindplot/src/main/javascript/DesignerKeyboard.js index 49ce9ca9..1bab4e69 100644 --- a/mindplot/src/main/javascript/DesignerKeyboard.js +++ b/mindplot/src/main/javascript/DesignerKeyboard.js @@ -72,7 +72,11 @@ mindplot.DesignerKeyboard = new Class({ designer.createChildForSelectedNode(); }.bind(this), - '-':function () { + 'tab':function () { + designer.createChildForSelectedNode(); + }.bind(this), + + '-':function () { // "-" is a insert on several Browsers. Don't ask why ... designer.createChildForSelectedNode(); }.bind(this), diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditorKeyboard.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditorKeyboard.jsp index da085a28..59605d8b 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditorKeyboard.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditorKeyboard.jsp @@ -53,8 +53,8 @@