dialog prompt submit keybind + opentui event sink (#27945)

This commit is contained in:
Sebastian
2026-05-18 00:23:19 +02:00
committed by GitHub
parent e92b1fe7d7
commit f97e115ee2
9 changed files with 256 additions and 61 deletions

View File

@@ -145,6 +145,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`.
"dialog.select.home": "home",
"dialog.select.end": "end",
"dialog.select.submit": "return",
"dialog.prompt.submit": "return",
"dialog.mcp.toggle": "space",
"prompt.autocomplete.prev": "up,ctrl+p",
"prompt.autocomplete.next": "down,ctrl+n",