change in default keyboard shortcuts

This commit is contained in:
azivner
2017-12-18 23:41:13 -05:00
parent 35912f325b
commit 0d6ccd7f61
6 changed files with 48 additions and 16 deletions

View File

@@ -123,7 +123,11 @@ const recentNotes = (function() {
reload();
$(document).bind('keydown', 'alt+q', showDialog);
$(document).bind('keydown', 'ctrl+e', e => {
showDialog();
e.preventDefault();
});
selectBoxEl.dblclick(e => {
setActiveNoteBasedOnRecentNotes();