mirror of
https://github.com/zadam/trilium.git
synced 2025-02-01 03:50:55 +08:00
move from shift+insert to ctrl+insert because shift+insert can paste clipboard content into the note
This commit is contained in:
parent
8a928f05f3
commit
7a156afbf1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue