mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
switch search in subtree to ctrl+shift+s to stay consistent with ctrl+s
This commit is contained in:
@@ -170,7 +170,7 @@ const keyBindings = {
|
||||
|
||||
return false;
|
||||
},
|
||||
"ctrl+shift+f": node => {
|
||||
"ctrl+shift+s": node => {
|
||||
searchNoteService.searchInSubtree(node.data.noteId);
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user