mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
ctrl+del already has a standard behavior so removing it as a shortcut to delete note
This commit is contained in:
@@ -586,12 +586,6 @@ window.glob.createNoteInto = createNoteInto;
|
||||
|
||||
utils.bindShortcut('ctrl+p', createNoteInto);
|
||||
|
||||
utils.bindShortcut('ctrl+del', () => {
|
||||
const node = getCurrentNode();
|
||||
|
||||
treeChangesService.deleteNodes([node]);
|
||||
});
|
||||
|
||||
utils.bindShortcut('ctrl+.', scrollToCurrentNote);
|
||||
|
||||
$(window).bind('hashchange', function() {
|
||||
|
Reference in New Issue
Block a user