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:
@@ -485,7 +485,7 @@
|
||||
{
|
||||
"context": "Editor && jupyter && !ContextEditor",
|
||||
"bindings": {
|
||||
"ctrl-enter": "repl::Run"
|
||||
"ctrl-shift-enter": "repl::Run"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
{
|
||||
"context": "Editor && jupyter && !ContextEditor",
|
||||
"bindings": {
|
||||
"cmd-enter": "repl::Run"
|
||||
"ctrl-shift-enter": "repl::Run"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user