mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
Add Ctrl+Shift+L to pre-select "add to note"
This commit is contained in:
@@ -23,6 +23,7 @@ function registerEntrypoints() {
|
||||
jQuery.hotkeys.options.filterTextInputs = false;
|
||||
|
||||
utils.bindShortcut('ctrl+l', addLinkDialog.showDialog);
|
||||
utils.bindShortcut('ctrl+shift+l', addLinkDialog.showDialogForClone);
|
||||
|
||||
$("#jump-to-note-dialog-button").click(jumpToNoteDialog.showDialog);
|
||||
utils.bindShortcut('ctrl+j', jumpToNoteDialog.showDialog);
|
||||
|
||||
Reference in New Issue
Block a user