GUACAMOLE-1267: Merge client-side setting for disabling VNC server input.

This commit is contained in:
Mike Jumper
2024-05-15 00:48:59 -07:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -38,6 +38,11 @@
"type" : "BOOLEAN", "type" : "BOOLEAN",
"options" : [ "true" ] "options" : [ "true" ]
}, },
{
"name" : "disable-server-input",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{ {
"name" : "swap-red-blue", "name" : "swap-red-blue",
"type" : "BOOLEAN", "type" : "BOOLEAN",

View File

@@ -906,6 +906,7 @@
"FIELD_HEADER_DEST_PORT" : "Destination port:", "FIELD_HEADER_DEST_PORT" : "Destination port:",
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:", "FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:", "FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
"FIELD_HEADER_DISABLE_SERVER_INPUT" : "Disable server input when client is connected:",
"FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:", "FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:",
"FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:", "FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:",
"FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:", "FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:",