mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02: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
@ -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…
x
Reference in New Issue
Block a user