GUACAMOLE-269: Add fields for controlling Backspace behavior.

This commit is contained in:
Nick Couchman
2018-02-16 23:48:37 -05:00
parent 3d51a469ba
commit 5729dd2d3c
3 changed files with 26 additions and 1 deletions

View File

@@ -73,6 +73,11 @@
{
"name" : "server-alive-interval",
"type" : "NUMERIC"
},
{
"name" : "backspace",
"type" : "ENUM",
"options" : [ "", "127", "8" ]
}
]
},

View File

@@ -59,6 +59,17 @@
]
},
{
"name" : "session",
"fields" : [
{
"name" : "backspace",
"type" : "ENUM",
"options" : [ "", "127", "8" ]
}
]
},
{
"name" : "typescript",
"fields" : [