mindReader -> mind-reader

This commit is contained in:
2022-05-05 20:49:15 -05:00
parent ec6b96bd9a
commit 3bffd6a9fd
4 changed files with 7 additions and 7 deletions

View File

@@ -244,17 +244,17 @@
{
"command": "editor.action.fontZoomOut",
"key": "Shift+Alt+z -",
"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS"
"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS"
},
{
"command": "editor.action.fontZoomIn",
"key": "Shift+Alt+z =",
"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS"
"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS"
},
{
"command": "editor.action.fontZoomReset",
"key": "Shift+Alt+z 0",
"when": "editorTextFocus && config.mindReader.reader.screenReader != JAWS"
"when": "editorTextFocus && config.mind-reader.reader.screenReader != JAWS"
},
{
"command": "mind-reader.getIndent",