mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
ctrl+u now doesn't trigger show source since it's occupied by underline
This commit is contained in:
@@ -29,7 +29,6 @@ function registerEntrypoints() {
|
||||
$("#show-note-revisions-button").click(noteRevisionsDialog.showCurrentNoteRevisions);
|
||||
|
||||
$("#show-source-button").click(noteSourceDialog.showDialog);
|
||||
utils.bindShortcut('ctrl+u', noteSourceDialog.showDialog);
|
||||
|
||||
$("#recent-changes-button").click(recentChangesDialog.showDialog);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user