8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec67825 commit 4c32b96Copy full SHA for 4c32b96
package.json
@@ -1169,7 +1169,7 @@
1169
{
1170
"command": "python.execInREPL",
1171
"key": "shift+enter",
1172
- "when": "!accessibilityModeEnabled && config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook"
+ "when": "config.python.REPL.sendToNativeREPL && editorLangId == python && editorTextFocus && !jupyter.ownsSelection && !notebookEditorFocused && !isCompositeNotebook"
1173
},
1174
1175
"command": "python.execInREPLEnter",
0 commit comments