diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index e2cf7090c6..7776554964 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -979,5 +979,12 @@ "bindings": { "ctrl-r": "diagnostics::ToggleDiagnosticsRefresh" } + }, + { + "context": "DebugConsole > Editor", + "use_key_equivalents": true, + "bindings": { + "enter": "menu::Confirm" + } } ] diff --git a/assets/keymaps/default-macos.json b/assets/keymaps/default-macos.json index 26631c2721..fc8633cf88 100644 --- a/assets/keymaps/default-macos.json +++ b/assets/keymaps/default-macos.json @@ -1085,5 +1085,12 @@ "bindings": { "ctrl-r": "diagnostics::ToggleDiagnosticsRefresh" } + }, + { + "context": "DebugConsole > Editor", + "use_key_equivalents": true, + "bindings": { + "enter": "menu::Confirm" + } } ]