@Deprecated
public class ProfileConfig.DataCapture.DataDelivery.Keystroke
extends java.lang.Object
Example Usage: Keystroke keystroke = profileConfig.dataCapture.dataDelivery.keystroke;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting |
basicDataFormatting
Deprecated.
Gets and Sets keystroke basic data formatting configuration object
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting . |
ProfileConfig.ENABLED_STATE |
ime_output_enabled
Deprecated.
Gets and Sets keystroke ENABLED_STATE configuration enum
ProfileConfig.ENABLED_STATE . |
ProfileConfig.ACTION_KEY_CHAR |
keystroke_action_char
Deprecated.
Gets and Sets keystroke ACTION_KEY_CHAR configuration enum
ProfileConfig.ACTION_KEY_CHAR . |
public ProfileConfig.ENABLED_STATE ime_output_enabled
ProfileConfig.ENABLED_STATE
.
Example Usage: keystroke.ime_output_enabled = ENABLED_STATE.DEFAULT;
public ProfileConfig.ACTION_KEY_CHAR keystroke_action_char
ProfileConfig.ACTION_KEY_CHAR
.
Example Usage: keystroke.keystroke_action_char = ACTION_KEY_CHAR.DEFAULT;
public ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting basicDataFormatting
ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting
.
Example Usage: keystroke.BasicDataFormatting.bdf_enabled = ENABLED_STATE.DEFAULT;