Skip to content

Commit

Permalink
narrow scope for keybindings (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekpete authored Nov 24, 2023
1 parent 6c19253 commit c3c4735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"command": "markdown-checkbox.createCheckbox",
"key": "ctrl+shift+c",
"mac": "cmd+shift+c",
"when": "editorTextFocus"
"when": "editorTextFocus && resourceLangId == markdown"
},
{
"command": "markdown-checkbox.markCheckbox",
"key": "ctrl+shift+enter",
"mac": "cmd+shift+enter",
"when": "editorTextFocus"
"when": "editorTextFocus && resourceLangId == markdown"
}
],
"menus": {
Expand Down

0 comments on commit c3c4735

Please sign in to comment.