Skip to content

Commit

Permalink
fix: keybindings only work when editorFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jul 3, 2019
1 parent 0a3e2ad commit 1747271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
{
"command": "extension.generateIndex",
"key": "ctrl+k i",
"mac": "cmd+k i"
"mac": "cmd+k i",
"when": "editorFocus"
}
],
"snippets": [
Expand Down

0 comments on commit 1747271

Please sign in to comment.