diff --git a/main.js b/main.js index 40a8073..7162623 100644 --- a/main.js +++ b/main.js @@ -79,6 +79,11 @@ var commands = [ hint: "New note", action: startnewnote }, +{ + shortcut: "ctrl+shift+N", + hint: "Quick new note", + action: quicknewnote +}, { hint: "Force save", action: save,