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 String
The Application key.static final String
The Backspace key.static final String
Turns off the CapsLock key.static final String
Turns on the CapsLock key.static final String
The Delete key.static final String
The Down (arrow) key.static final String
The End key.static final String
The Escape key.static final String
The Home key.static final String
The Insert key.static final String
The Left (arrow) key.static final String
Turns off the NumLock key.static final String
Turns on the NumLock key.static final String
The PageDown key.static final String
The PageUp key.static final String
The Pause/Break key.static final String
The PrintScreen key.static final String
The Return/Enter key.static final String
The Right (arrow) key.static final String
Turns off the ScrollLock key.static final String
Turns on the ScrollLock key.static final String
The Tab key.static final String
The Up (arrow) key.Fields inherited from class com.hp.lft.sdk.FunctionKeys
F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9
Fields 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()
-