In this list I see : { "key": "ctrl+enter", ...
# questions
n
In this list I see : { "key": "ctrl+enter", "command": "dendron.gotoNote", "when": "editorFocus" }, But some other dendron key have a stricter when clause, which references dendron:pluginActive like for example { "key": "ctrl+shift+c", "command": "dendron.copyNoteLink", "when": "dendron:pluginActive && editorFocus" }, Is this by design, or is there an error ? I don't know enough about VSCode to decide this .