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

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-05-13 14:26:20 +02:00
committed by GitHub
parent 81dcc12c62
commit 85c6a3dd0c
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -979,5 +979,12 @@
"bindings": {
"ctrl-r": "diagnostics::ToggleDiagnosticsRefresh"
}
},
{
"context": "DebugConsole > Editor",
"use_key_equivalents": true,
"bindings": {
"enter": "menu::Confirm"
}
}
]
+7
View File
@@ -1085,5 +1085,12 @@
"bindings": {
"ctrl-r": "diagnostics::ToggleDiagnosticsRefresh"
}
},
{
"context": "DebugConsole > Editor",
"use_key_equivalents": true,
"bindings": {
"enter": "menu::Confirm"
}
}
]