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 c3af16d commit 1f59b0eCopy full SHA for 1f59b0e
news/2 Fixes/13553.md
@@ -0,0 +1 @@
1
+Shift+enter should execute current cell and select the next cell.
package.json
@@ -128,11 +128,6 @@
128
"key": "shift+enter",
129
"when": "editorTextFocus && !editorHasSelection && python.datascience.hascodecells && python.datascience.featureenabled && !notebookEditorFocused"
130
},
131
- {
132
- "command": "notebook.cell.execute",
133
- "key": "shift+enter",
134
- "when": "notebookCellListFocused"
135
- },
136
{
137
"command": "python.datascience.runcurrentcell",
138
"key": "ctrl+enter",
0 commit comments