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...",
+8 -2
View File
@@ -103,7 +103,8 @@
"testing": "テスト中...",
"width": "幅",
"restore": "元に戻す",
"minimize": "最小化"
"minimize": "最小化",
"send":"送信する"
},
"connections": {
"actions": {
@@ -696,7 +697,12 @@
"titlePlaceholder": "リモートデスクトップ接続"
},
"vncModal": {
"title": "VNCセッション"
"title": "VNCセッション",
"textInputPlaceholder": "VNC に送信するテキストをここに入力",
"sendButtonTitle": "VNC にテキストを送信 (キーボード入力をシミュレート)",
"errors": {
"simulateInputError": "キーボード入力のシミュレート中にエラーが発生しました: {error}"
}
},
"settings": {
"popupFileManager": {
+8 -2
View File
@@ -962,7 +962,8 @@
"sortAscending": "升序",
"sortDescending": "降序",
"restore": "还原",
"minimize": "最小化"
"minimize": "最小化",
"send":"发送"
},
"layoutConfigurator": {
"title": "布局管理器",
@@ -1103,7 +1104,12 @@
"reconnectTooltip": "重新连接到远程桌面"
},
"vncModal": {
"title": "VNC 会话"
"title": "VNC 会话",
"textInputPlaceholder": "在此输入文本以发送到 VNC",
"sendButtonTitle": "将文本发送到 VNC (模拟键盘输入)",
"errors": {
"simulateInputError": "模拟键盘输入时出错: {error}"
}
},
"commandInputBar": {
"placeholder": "在此输入命令后按 Enter 发送到终端...",