feat: update editor keyboard
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user