switch search in subtree to ctrl+shift+s to stay consistent with ctrl+s

This commit is contained in:
zadam
2019-11-19 23:04:43 +01:00
parent 1f8d382b1f
commit 07043fb177
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ const keyBindings = {
return false;
},
"ctrl+shift+f": node => {
"ctrl+shift+s": node => {
searchNoteService.searchInSubtree(node.data.noteId);
return false;