move from shift+insert to ctrl+insert because shift+insert can paste clipboard content into the note

This commit is contained in:
azivner 2017-08-23 20:05:54 -04:00
parent 8a928f05f3
commit 7a156afbf1

View file

@ -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) {