Class Keys
Supplies constants representing keyboard keys, which can be used in the input parameter string of the SendKeys(string, KeyModifier) method.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public static class Keys
Fields
AppKey
The Application key.
Declaration
public const string AppKey = "<__APPLICATION>"
Field Value
| Type | Description |
|---|---|
| string |
Backspace
The Backspace key.
Declaration
public const string Backspace = "<__BACKSPACE>"
Field Value
| Type | Description |
|---|---|
| string |
CapsLockOff
Turns off the CapsLock key.
Declaration
public const string CapsLockOff = "<__CAPSLOCKOFF>"
Field Value
| Type | Description |
|---|---|
| string |
CapsLockOn
Turns on the CapsLock key.
Declaration
public const string CapsLockOn = "<__CAPSLOCKON>"
Field Value
| Type | Description |
|---|---|
| string |
Delete
The Delete key.
Declaration
public const string Delete = "<__DELETE>"
Field Value
| Type | Description |
|---|---|
| string |
Down
The Down (arrow) key.
Declaration
public const string Down = "<__DOWN>"
Field Value
| Type | Description |
|---|---|
| string |
End
The End key.
Declaration
public const string End = "<__END>"
Field Value
| Type | Description |
|---|---|
| string |
Esc
The Escape key.
Declaration
public const string Esc = "<__ESC>"
Field Value
| Type | Description |
|---|---|
| string |
F1
The F1 key.
Declaration
public const string F1 = "<__F1>"
Field Value
| Type | Description |
|---|---|
| string |
F10
The F10 key.
Declaration
public const string F10 = "<__F10>"
Field Value
| Type | Description |
|---|---|
| string |
F11
The F11 key.
Declaration
public const string F11 = "<__F11>"
Field Value
| Type | Description |
|---|---|
| string |
F12
The F12 key.
Declaration
public const string F12 = "<__F12>"
Field Value
| Type | Description |
|---|---|
| string |
F2
The F2 key.
Declaration
public const string F2 = "<__F2>"
Field Value
| Type | Description |
|---|---|
| string |
F3
The F3 key.
Declaration
public const string F3 = "<__F3>"
Field Value
| Type | Description |
|---|---|
| string |
F4
The F4 key.
Declaration
public const string F4 = "<__F4>"
Field Value
| Type | Description |
|---|---|
| string |
F5
The F5 key.
Declaration
public const string F5 = "<__F5>"
Field Value
| Type | Description |
|---|---|
| string |
F6
The F6 key.
Declaration
public const string F6 = "<__F6>"
Field Value
| Type | Description |
|---|---|
| string |
F7
The F7 key.
Declaration
public const string F7 = "<__F7>"
Field Value
| Type | Description |
|---|---|
| string |
F8
The F8 key.
Declaration
public const string F8 = "<__F8>"
Field Value
| Type | Description |
|---|---|
| string |
F9
The F9 key.
Declaration
public const string F9 = "<__F9>"
Field Value
| Type | Description |
|---|---|
| string |
Home
The Home key.
Declaration
public const string Home = "<__HOME>"
Field Value
| Type | Description |
|---|---|
| string |
Insert
The Insert key.
Declaration
public const string Insert = "<__INSERT>"
Field Value
| Type | Description |
|---|---|
| string |
Left
The Left (arrow) key.
Declaration
public const string Left = "<__LEFT>"
Field Value
| Type | Description |
|---|---|
| string |
NumLockOff
Turns off the NumLock key.
Declaration
public const string NumLockOff = "<__NUMLOCKOFF>"
Field Value
| Type | Description |
|---|---|
| string |
NumLockOn
Turns on the NumLock key.
Declaration
public const string NumLockOn = "<__NUMLOCKON>"
Field Value
| Type | Description |
|---|---|
| string |
PageDown
The PageDown key.
Declaration
public const string PageDown = "<__PGDN>"
Field Value
| Type | Description |
|---|---|
| string |
PageUp
The PageUp key.
Declaration
public const string PageUp = "<__PGUP>"
Field Value
| Type | Description |
|---|---|
| string |
Pause
The Pause/Break key.
Declaration
public const string Pause = "<__BREAK>"
Field Value
| Type | Description |
|---|---|
| string |
PrintScr
The PrintScreen key.
Declaration
public const string PrintScr = "<__PRINTSCR>"
Field Value
| Type | Description |
|---|---|
| string |
Return
The Return/Enter key.
Declaration
public const string Return = "<__ENTER>"
Field Value
| Type | Description |
|---|---|
| string |
Right
The Right (arrow) key.
Declaration
public const string Right = "<__RIGHT>"
Field Value
| Type | Description |
|---|---|
| string |
ScrollLockOff
Turns off the ScrollLock key.
Declaration
public const string ScrollLockOff = "<__SCROLLLOCKOFF>"
Field Value
| Type | Description |
|---|---|
| string |
ScrollLockOn
Turns on the ScrollLock key.
Declaration
public const string ScrollLockOn = "<__SCROLLLOCKON>"
Field Value
| Type | Description |
|---|---|
| string |
Tab
The Tab key.
Declaration
public const string Tab = "<__TAB>"
Field Value
| Type | Description |
|---|---|
| string |
Up
The Up (arrow) key.
Declaration
public const string Up = "<__UP>"
Field Value
| Type | Description |
|---|---|
| string |