Modifier and Type | Method and Description |
---|---|
KeyActionString[] |
Configurator.GetKeyActionString()
Gets the 1800 device hardware keys actions and the corresponding strings
that will be sent when the key action is triggered.
|
KeyActionString |
Configurator.GetKeyActionString(int index) |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.SetKeyActionString(int index,
KeyActionString keyActStr) |
void |
Configurator.SetKeyActionString(KeyActionString[] keyActStr)
Sets the 1800 device hardware keys actions and the corresponding strings
that will be sent when the key action is triggered.
|