Update package.json

Had to fix a few typos
This commit is contained in:
JosiahMoses 2021-11-30 12:27:11 -06:00 committed by GitHub
parent bdc6c4d050
commit 913be402b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@
} }
], ],
"keybindings": [ "keybindings": [
{ {
"command": "mind-reader.decreaseFontScale", "command": "mind-reader.decreaseFontScale",
"key": "numpad_subtract", "key": "numpad_subtract",
@ -108,31 +108,31 @@
{ {
"command": "mind-reader.showAllSymbols", "command": "mind-reader.showAllSymbols",
"key": "Ctrl+T", "key": "Ctrl+T",
"mac": "Ctrl+[KeyT]" "mac": "Cmd+[KeyT]"
}, },
{ {
"command": "mind-reader.gotoLine", "command": "mind-reader.gotoLine",
"key": "CTRL+G", "key": "CTRL+G",
"mac": "Ctrl+[KeyG]" "mac": "Cmd+[KeyG]"
}, },
{ {
"command": "mind-reader.quickOpen", "command": "mind-reader.quickOpen",
"key": "CTRL+P", "key": "CTRL+P",
"mac": "Ctrl+[KeyP]" "mac": "Cmd+[KeyP]"
}, },
{ {
"command": "mind-reader.gotoSymbol", "command": "mind-reader.gotoSymbol",
"key": "Ctrl+Shift+O", "key": "Ctrl+Shift+O",
"mac": "Ctrl+Shift+[KeyO]" "mac": "Cmd+Shift+[KeyO]"
}, },
{ {
"command": "mind-reader.showProblems", "command": "mind-reader.showProblems",
"key": "Ctrl+Shift+M", "key": "Ctrl+Shift+M",
"mac": "Ctrl+Shift+[KeyM]" "mac": "Cmd+Shift+[KeyM]"
}, },
{ {
@ -150,38 +150,48 @@
{ {
"command": "mind-reader.quickOpenPreviousRecentlyUsedEditorInGroup", "command": "mind-reader.quickOpenPreviousRecentlyUsedEditorInGroup",
"key": "Ctrl+Tab", "key": "Ctrl+Tab",
"mac": "Ctrl+[Tab]" "mac": "Cmd+[Tab]"
}, },
{ {
"command": "mind-reader.navigateBack", "command": "mind-reader.navigateBack",
"key": "Ctrl+Alt+-", "key": "Ctrl+Alt+-",
"mac": "Ctrl+Alt+[Minus]" "mac": "Cmd+Alt+[Minus]"
}, },
{ {
"command": "mind-reader.getuickInputBack", "command": "mind-reader.getuickInputBack",
"key": "Ctrl+Alt+-", "key": "Ctrl+Alt+-",
"mac": "Ctrl+Alt+[Minus]" "mac": "Cmd+Alt+[Minus]"
}, },
{ {
"command": "mind-reader.navigateForward", "command": "mind-reader.navigateForward",
"key": "Ctrl+Shift+-", "key": "Ctrl+Shift+-",
"mac": "Ctrl+Shift+[Minus]" "mac": "Cmd+Shift+[Minus]"
}, },
{ {
"command": "mind-reader.selectTheme", "command": "mind-reader.selectTheme",
"key": "Ctrl+Shift+1", "key": "Ctrl+Shift+1",
"mac": "Ctrl+Shift+[Digit1]" "mac": "Cmd+Shift+[Digit1]"
}, },
{ {
"command": "mind-reader.getIndent", "command": "mind-reader.getIndent",
"key": "Shift+Tab", "key": "Shift+Tab",
"mac": "Shift+[Tab]" "mac": "Shift+[Tab]"
} },
{
"command": "mind-reader.openKeyBindWin",
"key": "Ctrl+Shift+8",
"mac": "Cmd+Shift+8"
},
{
"command": "mind-reader.openKeyBindMac",
"key": "Ctrl+Shift+9",
"mac": "Cmd+Shift+9"
}
], ],
"menus": { "menus": {
"editor/context": [ "editor/context": [