diff --git a/package.json b/package.json index 1c93514..da5d5b3 100644 --- a/package.json +++ b/package.json @@ -178,8 +178,9 @@ "keybindings": [ { "command": "mongo.execute", - "key": "shift+cmd+'", - "when": "resourceLangId==mongo && editorTextFocus" + "key": "ctrl+shift+'", + "mac": "cmd+shift+'", + "when": "editorLangId == 'mongo' && editorTextFocus" } ], "configuration": {