You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Remove template feature (replaced by template plugin)
This commit is contained in:
@ -20,7 +20,6 @@ const defaultKeymapItems = {
|
||||
{ accelerator: 'Cmd+Q', command: 'quit' },
|
||||
{ accelerator: 'Cmd+,', command: 'config' },
|
||||
{ accelerator: 'Cmd+W', command: 'closeWindow' },
|
||||
{ accelerator: 'Option+Cmd+I', command: 'insertTemplate' },
|
||||
{ accelerator: 'Cmd+C', command: 'textCopy' },
|
||||
{ accelerator: 'Cmd+X', command: 'textCut' },
|
||||
{ accelerator: 'Cmd+V', command: 'textPaste' },
|
||||
@ -61,7 +60,6 @@ const defaultKeymapItems = {
|
||||
{ accelerator: 'Ctrl+T', command: 'newTodo' },
|
||||
{ accelerator: 'Ctrl+S', command: 'synchronize' },
|
||||
{ accelerator: 'Ctrl+Q', command: 'quit' },
|
||||
{ accelerator: 'Ctrl+Alt+I', command: 'insertTemplate' },
|
||||
{ accelerator: 'Ctrl+C', command: 'textCopy' },
|
||||
{ accelerator: 'Ctrl+X', command: 'textCut' },
|
||||
{ accelerator: 'Ctrl+V', command: 'textPaste' },
|
||||
|
Reference in New Issue
Block a user