mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
change in default keyboard shortcuts
This commit is contained in:
@@ -123,7 +123,11 @@ const recentNotes = (function() {
|
||||
|
||||
reload();
|
||||
|
||||
$(document).bind('keydown', 'alt+q', showDialog);
|
||||
$(document).bind('keydown', 'ctrl+e', e => {
|
||||
showDialog();
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
selectBoxEl.dblclick(e => {
|
||||
setActiveNoteBasedOnRecentNotes();
|
||||
|
||||
Reference in New Issue
Block a user