From 0f5d75391062348668c15bed0877003e6ec52797 Mon Sep 17 00:00:00 2001 From: William Grant Date: Sun, 2 Dec 2018 15:21:01 +0200 Subject: [PATCH] Removed the old ctrl+d shortcut for deleting a note since we now have the super+shift+backspace shortcut which can be changed in the hotkey settings --- browser/main/NoteList/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 08d7d2e2..730fbd1c 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -277,12 +277,6 @@ class NoteList extends React.Component { ee.emit('top:new-note') } - // D key - if (e.keyCode === 68) { - e.preventDefault() - this.deleteNote() - } - // E key if (e.keyCode === 69) { e.preventDefault()