Class: KeyDefinition

Guacamole.KeyEventInterpreter.KeyDefinition(templateopt)

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.
Source:

Members

(non-null) keysym :number

The X11 keysym of the key.
Type:
  • number
Source:

(non-null) name :String

A human-readable name for the key.
Type:
  • String
Source:

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
Source: