mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-269: Add fields for controlling Backspace behavior.
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
{
|
||||
"name" : "server-alive-interval",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "backspace",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "127", "8" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -59,6 +59,17 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "session",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "backspace",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "127", "8" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "typescript",
|
||||
"fields" : [
|
||||
|
Reference in New Issue
Block a user