mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
ctrl+. shortcut for scroll to current note which also allows to switch quickly to tree from editor
This commit is contained in:
parent
eee06a4b90
commit
125012cba7
@ -650,6 +650,8 @@ const noteTree = (function() {
|
|||||||
createNote(node, node.data.note_id, 'into', node.data.is_protected);
|
createNote(node, node.data.note_id, 'into', node.data.is_protected);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).bind('keydown', 'ctrl+.', scrollToCurrentNote);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
reload,
|
reload,
|
||||||
collapseTree,
|
collapseTree,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user