Add Ctrl+Shift+L to pre-select "add to note"

This commit is contained in:
Martin Carpella
2019-03-25 21:09:15 +01:00
parent 001bd1d004
commit 44c742e839
2 changed files with 12 additions and 2 deletions

View File

@@ -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);