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

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": "Close All File Tabs",
"description": "Close all file tabs in file mode only"
},
"send_message": {
"title": "Send Message",
"description": "Send the current message in the input box"
},
"newline_in_message": {
"title": "Newline in Message",
"description": "Insert a newline in the message input box"
}
}
},