From 913be402b1b2c697a34be7ec0f41c405caf0e70f Mon Sep 17 00:00:00 2001 From: JosiahMoses <32985363+JosiahMoses@users.noreply.github.com> Date: Tue, 30 Nov 2021 12:27:11 -0600 Subject: [PATCH] Update package.json Had to fix a few typos --- package.json | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index ee4ef32..0c54c41 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ } ], - "keybindings": [ + "keybindings": [ { "command": "mind-reader.decreaseFontScale", "key": "numpad_subtract", @@ -108,31 +108,31 @@ { "command": "mind-reader.showAllSymbols", "key": "Ctrl+T", - "mac": "Ctrl+[KeyT]" + "mac": "Cmd+[KeyT]" }, { "command": "mind-reader.gotoLine", "key": "CTRL+G", - "mac": "Ctrl+[KeyG]" + "mac": "Cmd+[KeyG]" }, { "command": "mind-reader.quickOpen", "key": "CTRL+P", - "mac": "Ctrl+[KeyP]" + "mac": "Cmd+[KeyP]" }, { "command": "mind-reader.gotoSymbol", "key": "Ctrl+Shift+O", - "mac": "Ctrl+Shift+[KeyO]" + "mac": "Cmd+Shift+[KeyO]" }, { "command": "mind-reader.showProblems", "key": "Ctrl+Shift+M", - "mac": "Ctrl+Shift+[KeyM]" + "mac": "Cmd+Shift+[KeyM]" }, { @@ -150,38 +150,48 @@ { "command": "mind-reader.quickOpenPreviousRecentlyUsedEditorInGroup", "key": "Ctrl+Tab", - "mac": "Ctrl+[Tab]" + "mac": "Cmd+[Tab]" }, { "command": "mind-reader.navigateBack", "key": "Ctrl+Alt+-", - "mac": "Ctrl+Alt+[Minus]" + "mac": "Cmd+Alt+[Minus]" }, { "command": "mind-reader.getuickInputBack", "key": "Ctrl+Alt+-", - "mac": "Ctrl+Alt+[Minus]" + "mac": "Cmd+Alt+[Minus]" }, { "command": "mind-reader.navigateForward", "key": "Ctrl+Shift+-", - "mac": "Ctrl+Shift+[Minus]" + "mac": "Cmd+Shift+[Minus]" }, { "command": "mind-reader.selectTheme", "key": "Ctrl+Shift+1", - "mac": "Ctrl+Shift+[Digit1]" + "mac": "Cmd+Shift+[Digit1]" }, { "command": "mind-reader.getIndent", "key": "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": { "editor/context": [