Error when importing keyboard shortcuts

Opperating System: Windows 10
Version number: Joplin 2.10.10 (prod, win32)

full about info

Joplin 2.10.10 (prod, win32)

Client ID: 55ce0b2fbc8e4c0c8c573a6923b41b59
Sync Version: 3
Profile Version: 42
Keychain Supported: Yes

Revision: 37995b9

Paste Special: 1.1.2
Remove Images: 0.0.2
CodeMirror Line Numbers: 2.0.0
Quick Links: 1.2.4
Simple Backup: 1.2.2
Note overview: 1.6.0
Insert Date: 1.0.1
Links Metadata: 1.0.0
Suitcase: 0.2.2
Favorites: 1.3.0
Persistent Editor Layout: 2.2.0
Note Tabs: 1.4.0
Templates: 2.3.0
Ez Table: 1.0.2
Table Formatter Plugin: 1.2.1
Note list and sidebar toggle buttons: 1.0.3
Outline: 1.5.7
Rich Markdown: 0.13.2

I am trying to add a shortcut for Paste Special (1.1.2). This is what I put in the json file:

{
    "command": "pasteHtmlAsMarkdown",
    "accelerator": "Ctrl+Shift+V"
  },
complete keyboard json file
[
  {
    "command": "removeImagesCommand",
    "accelerator": "Ctrl+Alt+Shift+B"
  },
  {
    "command": "suitcase.lower",
    "accelerator": "Ctrl+Alt+Shift+L"
  },
  {
    "command": "suitcase.upper",
    "accelerator": "Ctrl+Alt+Shift+U"
  },
  {
    "command": "suitcase.title",
    "accelerator": "Ctrl+Alt+Shift+T"
  },
  {
    "command": "suitcase.sentence",
    "accelerator": "Ctrl+Alt+Shift+S"
  },
  {
    "command": "suitcase.fullwidth",
    "accelerator": "Ctrl+Alt+Shift+F"
  },
  {
    "command": "suitcase.halfwidth",
    "accelerator": "Ctrl+Alt+Shift+H"
  },
  {
    "command": "ezInsertTable",
    "accelerator": "Ctrl+Shift+I"
  },
  {
    "command": "ezFormatTable",
    "accelerator": null
  },
  {
    "command": "ezDeleteCol",
    "accelerator": null
  },
  {
    "command": "formatTable",
    "accelerator": null
  },
  {
    "command": "editor.richMarkdown.clickAtCursor",
    "accelerator": null
  },
  {
    "command": "createNoteFromTemplate",
    "accelerator": "Alt+Ctrl+Shift+N"
  },
  {
    "command": "createNoteFromDefaultTemplate",
    "accelerator": "Alt+Shift+N"
  },
  {
    "command": "createTodoFromTemplate",
    "accelerator": "Alt+Ctrl+Shift+T"
  },
  {
    "command": "createTodoFromDefaultTemplate",
    "accelerator": "Alt+Shift+T"
  },
  {
    "command": "insertTemplate",
    "accelerator": "Alt+Ctrl+I"
  },
  {
    "command": "copyFolderID",
    "accelerator": null
  },
  {
    "command": "createNoteOverview",
    "accelerator": null
  },
  {
    "command": "richMarkdown.inlineImages",
    "accelerator": null
  },
  {
    "command": "richMarkdown.focusMode",
    "accelerator": null
  },
  {
    "command": "CreateBackup",
    "accelerator": null
  },
  {
    "command": "favsAddFolder",
    "accelerator": null
  },
  {
    "command": "favsAddTag",
    "accelerator": null
  },
  {
    "command": "favsAddNote",
    "accelerator": null
  },
  {
    "command": "toggleOutline",
    "accelerator": null
  },
  {
    "command": "tabsPinNote",
    "accelerator": null
  },
  {
    "command": "ezInsertNewRow",
    "accelerator": null
  },
  {
    "command": "ezInsertNewCol",
    "accelerator": "Ctrl+Tab"
  },
  {
    "command": "pasteHtmlAsMarkdown",
    "accelerator": "Ctrl+Shift+V"
  }
]

When I look for the existing paste commands, this is what I see:

However when I try to import the above json file, I get this error:

Why does it think that I have an accelerator for "pasteAsText"? It is neither in my json file nor in my existing list of shortcut keys?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.