repl: Change keybinding to ctrl-shift-enter for repl::Run (#15026)
... on all platforms. `ctrl-shift-enter` for the repl, `cmd-enter` for the assistant. People can override this behavior as they desire in their own keymaps. Release Notes: - N/A
This commit is contained in:
parent
3d1bf09299
commit
ec093c390f
2 changed files with 2 additions and 2 deletions
|
@ -485,7 +485,7 @@
|
||||||
{
|
{
|
||||||
"context": "Editor && jupyter && !ContextEditor",
|
"context": "Editor && jupyter && !ContextEditor",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"ctrl-enter": "repl::Run"
|
"ctrl-shift-enter": "repl::Run"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -183,7 +183,7 @@
|
||||||
{
|
{
|
||||||
"context": "Editor && jupyter && !ContextEditor",
|
"context": "Editor && jupyter && !ContextEditor",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"cmd-enter": "repl::Run"
|
"ctrl-shift-enter": "repl::Run"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue