mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
ctrl+. shortcut for scroll to current note which also allows to switch quickly to tree from editor
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user