Skip to content

Commit

Permalink
Merged PR posit-dev/positron-python#154: Remove shift+enter keybinding
Browse files Browse the repository at this point in the history
Merge pull request #154 from posit-dev/shift-enter


--------------------
Commit message for posit-dev/positron-python@577d59d:

remove shift+enter keybinding


Authored-by: Isabel Zimmerman <isabel.zimmerman@rstudio.com>
Signed-off-by: Isabel Zimmerman <isabel.zimmerman@rstudio.com>
  • Loading branch information
isabelizimm committed Jul 18, 2023
1 parent d2e2f52 commit 6ee7549
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extensions/positron-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1522,11 +1522,6 @@
}
],
"keybindings": [
{
"command": "python.execSelectionInTerminal",
"key": "shift+enter",
"when": "editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused"
},
{
"command": "python.refreshTensorBoard",
"key": "ctrl+r",
Expand Down

0 comments on commit 6ee7549

Please sign in to comment.