mirror of
https://github.com/zadam/trilium.git
synced 2025-03-13 16:25:42 +08:00
alt+t is now shortcut for today script
This commit is contained in:
parent
72df0d8861
commit
89e89e04d8
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ window.goToday = async function() {
|
|||
});
|
||||
|
||||
api.activateNote(todayNoteId);
|
||||
};
|
||||
};
|
||||
|
||||
$(document).bind('keydown', "alt+t", window.goToday);
|
Loading…
Reference in a new issue