Table of Contents

Class Keys

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Supplies constants representing keyboard keys, which can be used in the input parameter string of the SendKeys(string, KeyModifier) method.

public static class Keys
Inheritance
Keys
Inherited Members

Fields

AppKey

The Application key.

public const string AppKey = "<__APPLICATION>"

Field Value

string

Backspace

The Backspace key.

public const string Backspace = "<__BACKSPACE>"

Field Value

string

CapsLockOff

Turns off the CapsLock key.

public const string CapsLockOff = "<__CAPSLOCKOFF>"

Field Value

string

CapsLockOn

Turns on the CapsLock key.

public const string CapsLockOn = "<__CAPSLOCKON>"

Field Value

string

Delete

The Delete key.

public const string Delete = "<__DELETE>"

Field Value

string

Down

The Down (arrow) key.

public const string Down = "<__DOWN>"

Field Value

string

End

The End key.

public const string End = "<__END>"

Field Value

string

Esc

The Escape key.

public const string Esc = "<__ESC>"

Field Value

string

F1

The F1 key.

public const string F1 = "<__F1>"

Field Value

string

F10

The F10 key.

public const string F10 = "<__F10>"

Field Value

string

F11

The F11 key.

public const string F11 = "<__F11>"

Field Value

string

F12

The F12 key.

public const string F12 = "<__F12>"

Field Value

string

F2

The F2 key.

public const string F2 = "<__F2>"

Field Value

string

F3

The F3 key.

public const string F3 = "<__F3>"

Field Value

string

F4

The F4 key.

public const string F4 = "<__F4>"

Field Value

string

F5

The F5 key.

public const string F5 = "<__F5>"

Field Value

string

F6

The F6 key.

public const string F6 = "<__F6>"

Field Value

string

F7

The F7 key.

public const string F7 = "<__F7>"

Field Value

string

F8

The F8 key.

public const string F8 = "<__F8>"

Field Value

string

F9

The F9 key.

public const string F9 = "<__F9>"

Field Value

string

Home

The Home key.

public const string Home = "<__HOME>"

Field Value

string

Insert

The Insert key.

public const string Insert = "<__INSERT>"

Field Value

string

Left

The Left (arrow) key.

public const string Left = "<__LEFT>"

Field Value

string

NumLockOff

Turns off the NumLock key.

public const string NumLockOff = "<__NUMLOCKOFF>"

Field Value

string

NumLockOn

Turns on the NumLock key.

public const string NumLockOn = "<__NUMLOCKON>"

Field Value

string

PageDown

The PageDown key.

public const string PageDown = "<__PGDN>"

Field Value

string

PageUp

The PageUp key.

public const string PageUp = "<__PGUP>"

Field Value

string

Pause

The Pause/Break key.

public const string Pause = "<__BREAK>"

Field Value

string

PrintScr

The PrintScreen key.

public const string PrintScr = "<__PRINTSCR>"

Field Value

string

Return

The Return/Enter key.

public const string Return = "<__ENTER>"

Field Value

string

Right

The Right (arrow) key.

public const string Right = "<__RIGHT>"

Field Value

string

ScrollLockOff

Turns off the ScrollLock key.

public const string ScrollLockOff = "<__SCROLLLOCKOFF>"

Field Value

string

ScrollLockOn

Turns on the ScrollLock key.

public const string ScrollLockOn = "<__SCROLLLOCKON>"

Field Value

string

Tab

The Tab key.

public const string Tab = "<__TAB>"

Field Value

string

Up

The Up (arrow) key.

public const string Up = "<__UP>"

Field Value

string