Package com.hp.lft.sdk
Class Keys
java.lang.Object
com.hp.lft.sdk.internal.VirtualKeys
com.hp.lft.sdk.FunctionKeys
com.hp.lft.sdk.Keys
Supplies constants representing keyboard keys, which can be used in the input parameter string of the 
sendKeys method.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe Application key.static final StringThe Backspace key.static final StringTurns off the CapsLock key.static final StringTurns on the CapsLock key.static final StringThe Delete key.static final StringThe Down (arrow) key.static final StringThe End key.static final StringThe Escape key.static final StringThe Home key.static final StringThe Insert key.static final StringThe Left (arrow) key.static final StringTurns off the NumLock key.static final StringTurns on the NumLock key.static final StringThe PageDown key.static final StringThe PageUp key.static final StringThe Pause/Break key.static final StringThe PrintScreen key.static final StringThe Return/Enter key.static final StringThe Right (arrow) key.static final StringTurns off the ScrollLock key.static final StringTurns on the ScrollLock key.static final StringThe Tab key.static final StringThe Up (arrow) key.Fields inherited from class com.hp.lft.sdk.FunctionKeysF1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9Fields inherited from class com.hp.lft.sdk.internal.VirtualKeysPrefix, Suffix
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
INSERTThe Insert key.- See Also:
 
- 
DELETEThe Delete key.- See Also:
 
- 
HOMEThe Home key.- See Also:
 
- 
ENDThe End key.- See Also:
 
- 
PAGE_UPThe PageUp key.- See Also:
 
- 
PAGE_DOWNThe PageDown key.- See Also:
 
- 
UPThe Up (arrow) key.- See Also:
 
- 
DOWNThe Down (arrow) key.- See Also:
 
- 
LEFTThe Left (arrow) key.- See Also:
 
- 
RIGHTThe Right (arrow) key.- See Also:
 
- 
ESCThe Escape key.- See Also:
 
- 
BACKSPACEThe Backspace key.- See Also:
 
- 
RETURNThe Return/Enter key.- See Also:
 
- 
TABThe Tab key.- See Also:
 
- 
PAUSEThe Pause/Break key.- See Also:
 
- 
PRINTSCRThe PrintScreen key.- See Also:
 
- 
APPKEYThe Application key.- See Also:
 
- 
NUM_LOCK_ONTurns on the NumLock key.- See Also:
 
- 
CAPS_LOCK_ONTurns on the CapsLock key.- See Also:
 
- 
SCROLL_LOCK_ONTurns on the ScrollLock key.- See Also:
 
- 
NUM_LOCK_OFFTurns off the NumLock key.- See Also:
 
- 
CAPS_LOCK_OFFTurns off the CapsLock key.- See Also:
 
- 
SCROLL_LOCK_OFFTurns off the ScrollLock key.- See Also:
 
 
- 
- 
Constructor Details- 
Keyspublic Keys()
 
-