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 Summary
FieldsModifier 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.FunctionKeys
F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9Fields inherited from class com.hp.lft.sdk.internal.VirtualKeys
Prefix, Suffix -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSERT
The Insert key.- See Also:
-
DELETE
The Delete key.- See Also:
-
HOME
The Home key.- See Also:
-
END
The End key.- See Also:
-
PAGE_UP
The PageUp key.- See Also:
-
PAGE_DOWN
The PageDown key.- See Also:
-
UP
The Up (arrow) key.- See Also:
-
DOWN
The Down (arrow) key.- See Also:
-
LEFT
The Left (arrow) key.- See Also:
-
RIGHT
The Right (arrow) key.- See Also:
-
ESC
The Escape key.- See Also:
-
BACKSPACE
The Backspace key.- See Also:
-
RETURN
The Return/Enter key.- See Also:
-
TAB
The Tab key.- See Also:
-
PAUSE
The Pause/Break key.- See Also:
-
PRINTSCR
The PrintScreen key.- See Also:
-
APPKEY
The Application key.- See Also:
-
NUM_LOCK_ON
Turns on the NumLock key.- See Also:
-
CAPS_LOCK_ON
Turns on the CapsLock key.- See Also:
-
SCROLL_LOCK_ON
Turns on the ScrollLock key.- See Also:
-
NUM_LOCK_OFF
Turns off the NumLock key.- See Also:
-
CAPS_LOCK_OFF
Turns off the CapsLock key.- See Also:
-
SCROLL_LOCK_OFF
Turns off the ScrollLock key.- See Also:
-
-
Constructor Details
-
Keys
public Keys()
-