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 <[email protected]>
Signed-off-by: Isabel Zimmerman <[email protected]>
  • Loading branch information
isabelizimm authored and wesm committed Mar 28, 2024
1 parent 70c6a98 commit 07a2c18
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 07a2c18

Please sign in to comment.