Updated from master

This commit is contained in:
MasonBone 2021-11-30 12:36:58 -06:00
commit 97e0ed8453

View File

@ -74,123 +74,124 @@
} }
], ],
"keybindings": [ "keybindings": [
{ {
"command": "mind-reader.decreaseFontScale", "command": "mind-reader.decreaseFontScale",
"key": "numpad_subtract", "key": "numpad_subtract",
"mac": "" "mac": "d"
}, },
{ {
"command": "mind-reader.increaseFontScale", "command": "mind-reader.increaseFontScale",
"key": "numpad_add", "key": "numpad_add",
"mac": "" "mac": "[NumpadAdd]"
}, },
{ {
"command": "mind-reader.increaseEditorScale", "command": "mind-reader.increaseEditorScale",
"key": "shift+numpad_add" "key": "shift+numpad_add",
"mac": "Shift+[NumpadAdd]"
}, },
{ {
"command": "mind-reader.decreaseEditorScale", "command": "mind-reader.decreaseEditorScale",
"key": "shift+numpad_subtract", "key": "shift+numpad_subtract",
"mac": "" "mac": "Shift+[NumpadSubtract]"
}, },
{ {
"command": "mind-reader.resetEditorScale", "command": "mind-reader.resetEditorScale",
"key": "shift+enter", "key": "shift+enter",
"mac": "" "mac": "Shift+[Enter]"
}, },
{ {
"command": "mind-reader.showAllSymbols", "command": "mind-reader.showAllSymbols",
"key": "Ctrl+T", "key": "Ctrl+T",
"mac": "" "mac": "Cmd+[KeyT]"
}, },
{ {
"command": "mind-reader.gotoLine", "command": "mind-reader.gotoLine",
"key": "CTRL+G", "key": "CTRL+G",
"mac": "" "mac": "Cmd+[KeyG]"
}, },
{ {
"command": "mind-reader.quickOpen", "command": "mind-reader.quickOpen",
"key": "CTRL+P", "key": "CTRL+P",
"mac": "" "mac": "Cmd+[KeyP]"
}, },
{ {
"command": "mind-reader.gotoSymbol", "command": "mind-reader.gotoSymbol",
"key": "Ctrl+Shift+O", "key": "Ctrl+Shift+O",
"mac": "" "mac": "Cmd+Shift+[KeyO]"
}, },
{ {
"command": "mind-reader.showProblems", "command": "mind-reader.showProblems",
"key": "Ctrl+Shift+M", "key": "Ctrl+Shift+M",
"mac": "" "mac": "Cmd+Shift+[KeyM]"
}, },
{ {
"command": "mind-reader.nextInFiles", "command": "mind-reader.nextInFiles",
"key": "F8", "key": "F8",
"mac": "" "mac": "[F8]"
}, },
{ {
"command": "mind-reader.prevInFiles", "command": "mind-reader.prevInFiles",
"key": "Shift+F8", "key": "Shift+F8",
"mac": "" "mac": "Shift+[F8]"
}, },
{ {
"command": "mind-reader.quickOpenPreviousRecentlyUsedEditorInGroup", "command": "mind-reader.quickOpenPreviousRecentlyUsedEditorInGroup",
"key": "Ctrl+Tab", "key": "Ctrl+Tab",
"mac": "" "mac": "Cmd+[Tab]"
}, },
{ {
"command": "mind-reader.navigateBack", "command": "mind-reader.navigateBack",
"key": "Ctrl+Alt+-", "key": "Ctrl+Alt+-",
"mac": "" "mac": "Cmd+Alt+[Minus]"
}, },
{ {
"command": "mind-reader.getuickInputBack", "command": "mind-reader.getuickInputBack",
"key": "Ctrl+Alt+-", "key": "Ctrl+Alt+-",
"mac": "" "mac": "Cmd+Alt+[Minus]"
}, },
{ {
"command": "mind-reader.navigateForward", "command": "mind-reader.navigateForward",
"key": "Ctrl+Shift+-", "key": "Ctrl+Shift+-",
"mac": "" "mac": "Cmd+Shift+[Minus]"
}, },
{ {
"command": "mind-reader.selectTheme", "command": "mind-reader.selectTheme",
"key": "Ctrl+Shift+1", "key": "Ctrl+Shift+1",
"mac": "" "mac": "Cmd+Shift+[Digit1]"
}, },
{ {
"command": "mind-reader.getIndent", "command": "mind-reader.getIndent",
"key": "Shift+Tab", "key": "Shift+Tab",
"mac": "" "mac": "Shift+[Tab]"
}, },
{ {
"command": "mind-reader.openKeyBindWin", "command": "mind-reader.openKeyBindWin",
"key": "Ctrl+Shift+8", "key": "Ctrl+Shift+8",
"mac": "Cmd+Shift+8" "mac": "Cmd+Shift+8"
}, },
{ {
"command": "mind-reader.openKeyBindMac", "command": "mind-reader.openKeyBindMac",
"key": "Ctrl+Shift+9", "key": "Ctrl+Shift+9",
"mac": "Cmd+Shift+9" "mac": "Cmd+Shift+9"
} }
], ],
"menus": { "menus": {
"editor/context": [ "editor/context": [