new KeyDefinition(templateopt)
A definition for a known key.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
template |
Guacamole.KeyEventInterpreter.KeyDefinition | object |
<optional> |
{} | The object whose properties should be copied within the new KeyDefinition. |
Members
(non-null) keysym :number
The X11 keysym of the key.
Type:
- number
(non-null) name :String
A human-readable name for the key.
Type:
- String
value :String
The value which would be typed in a typical text editor, if any. If the
key is not associated with any typeable value, this will be undefined.
Type:
- String