Skip to content

Commit

Permalink
feat(vscodePlugin): add right click menu shortcut key F10
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Oct 6, 2024
1 parent 1193729 commit 35fdfe4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vscodePlugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"commands": [
{
"command": "cherrymarkdown.preview",
"title": "Open Cherry Markdown"
"title": "Preview In Cherry Markdown"
}
],
"menus": {
Expand All @@ -42,6 +42,13 @@
}
]
},
"keybindings": [
{
"command": "cherrymarkdown.preview",
"key": "F10",
"when": "editorTextFocus && editorLangId == markdown"
}
],
"icons": {
"distro-ubuntu": {
"description": "cherry-markdown icon",
Expand Down

0 comments on commit 35fdfe4

Please sign in to comment.