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 a93ce84 commit 5eb48c2Copy full SHA for 5eb48c2
news/2 Fixes/1875.md
@@ -0,0 +1 @@
1
+Change keyboard shortcut for `Run Selection/Line in Python Terminal` to `Shit+Enter`.
package.json
@@ -98,8 +98,8 @@
98
"keybindings": [
99
{
100
"command": "python.execSelectionInTerminal",
101
- "key": "ctrl+enter",
102
- "when": "editorFocus && editorHasSelection && editorLangId == python"
+ "key": "shift+enter",
+ "when": "editorFocus && editorLangId == python"
103
}
104
],
105
"commands": [
@@ -247,7 +247,7 @@
247
248
249
"group": "Python",
250
- "when": "editorHasSelection && editorLangId == python"
251
},
252
253
"command": "python.execSelectionInDjangoShell",
0 commit comments