diff --git a/src/scripts/today.js b/src/scripts/today.js index f348cc70d..1204f1ea7 100644 --- a/src/scripts/today.js +++ b/src/scripts/today.js @@ -8,4 +8,6 @@ window.goToday = async function() { }); api.activateNote(todayNoteId); -}; \ No newline at end of file +}; + +$(document).bind('keydown', "alt+t", window.goToday); \ No newline at end of file