Always have Enter submit in the debug console (#30564)

Conrad Irwin created

Release Notes:

- N/A

Change summary

assets/keymaps/default-linux.json | 7 +++++++
assets/keymaps/default-macos.json | 7 +++++++
2 files changed, 14 insertions(+)

Detailed changes

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"
+    }
   }
 ]

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"
+    }
   }
 ]