feat: update editor keyboard

This commit is contained in:
chuan
2026-06-04 01:13:45 +08:00
parent 18e1f90f62
commit 895d7401fe
2 changed files with 21 additions and 7 deletions
+2 -1
View File
@@ -299,8 +299,9 @@ file sealed class EditorOverlay : IInputComponent
Children =
{
new Text(
"Ctrl+A/E 行首行尾 Ctrl+Left/Right 按词移动\n" +
"Home/End 行首行尾 Ctrl+Left/Right 按词移动\n" +
"Ctrl+Backspace/Delete 按词删除 Ctrl+Z/Y 撤销重做\n" +
"Ctrl+C 清空当前内容但保留历史记录\n" +
"空内容时 Up/Down 浏览历史 Esc 提交并关闭"),
new Text(),
_editor,