mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-298: Add VNC parameter for clipboard encoding.
This commit is contained in:
@@ -52,6 +52,17 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-encoding",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "ISO8859-1", "UTF-8", "UTF-16", "CP1252" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "repeater",
|
||||
"fields" : [
|
||||
|
Reference in New Issue
Block a user