File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,10 +164,18 @@ joplin.plugins.register({
164164 commandName : "createNoteFromTemplate" ,
165165 accelerator : "Alt+Ctrl+Shift+N"
166166 } ,
167+ {
168+ commandName : "createNoteFromDefaultTemplate" ,
169+ accelerator : "Alt+Shift+N"
170+ } ,
167171 {
168172 commandName : "createTodoFromTemplate" ,
169173 accelerator : "Alt+Ctrl+Shift+T"
170174 } ,
175+ {
176+ commandName : "createTodoFromDefaultTemplate" ,
177+ accelerator : "Alt+Shift+T"
178+ } ,
171179 {
172180 commandName : "insertTemplate" ,
173181 accelerator : "Alt+Ctrl+I"
@@ -183,14 +191,6 @@ joplin.plugins.register({
183191 } ,
184192 {
185193 commandName : "setDefaultTodoTemplate"
186- } ,
187- {
188- commandName : "createNoteFromDefaultTemplate" ,
189- accelerator : "Alt+Shift+N"
190- } ,
191- {
192- commandName : "createTodoFromDefaultTemplate" ,
193- accelerator : "Alt+Shift+T"
194194 }
195195 ]
196196 } ,
You can’t perform that action at this time.
0 commit comments