feat: 为vnc添加输入框功能

This commit is contained in:
Baobhan Sith
2025-05-14 20:56:53 +08:00
parent e4dd3bafa2
commit 1e7e9d1c04
4 changed files with 85 additions and 8 deletions
+8 -2
View File
@@ -961,7 +961,8 @@
"sortAscending": "Ascending",
"sortDescending": "Descending",
"restore": "Restore",
"minimize": "Minimize"
"minimize": "Minimize",
"send":"Send"
},
"layoutConfigurator": {
"title": "Layout Configurator",
@@ -1100,7 +1101,12 @@
"reconnectTooltip": "Reconnect to the remote desktop"
},
"vncModal": {
"title": "VNC Session"
"title": "VNC Session",
"textInputPlaceholder": "Enter text here to send to VNC",
"sendButtonTitle": "Send text to VNC (simulates keyboard input)",
"errors": {
"simulateInputError": "Error simulating keyboard input: {error}"
}
},
"commandInputBar": {
"placeholder": "Enter command and press Enter to send...",