diff --git a/vscodePlugin/package.json b/vscodePlugin/package.json index 8aaba420..608d2a00 100644 --- a/vscodePlugin/package.json +++ b/vscodePlugin/package.json @@ -30,7 +30,7 @@ "commands": [ { "command": "cherrymarkdown.preview", - "title": "Open Cherry Markdown" + "title": "Preview In Cherry Markdown" } ], "menus": { @@ -42,6 +42,13 @@ } ] }, + "keybindings": [ + { + "command": "cherrymarkdown.preview", + "key": "F10", + "when": "editorTextFocus && editorLangId == markdown" + } + ], "icons": { "distro-ubuntu": { "description": "cherry-markdown icon",