Skip to content

Commit c041c65

Browse files
committed
fix keyboard shortcut
1 parent a087398 commit c041c65

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "confluence-markup",
33
"displayName": "Confluence markup",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"publisher": "denco",
66
"description": "Confluence markup language support for Visual Studio Code",
77
"keywords": [
@@ -73,12 +73,14 @@
7373
{
7474
"command": "confluence.showPreview",
7575
"key": "ctrl+shift+v",
76-
"mac": "cmd+shift+v"
76+
"mac": "cmd+shift+v",
77+
"when": "resourceLangId == confluence"
7778
},
7879
{
7980
"command": "confluence.showPreviewToSide",
8081
"key": "ctrl+k v",
81-
"mac": "cmd+k v"
82+
"mac": "cmd+k v",
83+
"when": "resourceLangId == confluence"
8284
}
8385
],
8486
"commands": [

0 commit comments

Comments
 (0)