支持自定义消息发送和消息换行快捷键

This commit is contained in:
xintaofei
2026-03-12 08:53:47 +08:00
parent f9771d6f27
commit d75e0cef48
14 changed files with 126 additions and 6 deletions

View File

@@ -183,6 +183,14 @@
"close_all_file_tabs": {
"title": "关闭全部文件标签",
"description": "仅在文件模式下关闭所有文件标签"
},
"send_message": {
"title": "发送消息",
"description": "在输入框中发送当前消息"
},
"newline_in_message": {
"title": "消息换行",
"description": "在输入框中插入换行符"
}
}
},