Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbf63de

Browse files
authoredNov 14, 2023
narrow scope for keybindings
1 parent c0c4bb7 commit cbf63de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
"command": "markdown-checkbox.createCheckbox",
7979
"key": "ctrl+shift+c",
8080
"mac": "cmd+shift+c",
81-
"when": "editorTextFocus"
81+
"when": "editorTextFocus && resourceLangId == markdown"
8282
},
8383
{
8484
"command": "markdown-checkbox.markCheckbox",
8585
"key": "ctrl+shift+enter",
8686
"mac": "cmd+shift+enter",
87-
"when": "editorTextFocus"
87+
"when": "editorTextFocus && resourceLangId == markdown"
8888
}
8989
],
9090
"menus": {

0 commit comments

Comments
 (0)
Failed to load comments.