diff --git a/static/js/tree.js b/static/js/tree.js index 8b9cbd8c0..fb29c3705 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -67,7 +67,7 @@ $(function(){ createNote(node, parentKey, 'after'); }, - "shift+insert": function(node) { + "ctrl+insert": function(node) { createNote(node, node.key, 'into'); }, "del": function(node) {