Table of Contents

Class Keys

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

The 3270 keys table used in the send key function

public static class Keys
Inheritance
Keys
Inherited Members

Fields

ALT

The ALT key.

public const string ALT = "@A"

Field Value

string

ALTERNATE_CURSOR

The ALTERNATE_CURSOR key.

public const string ALTERNATE_CURSOR = "@$"

Field Value

string

ATTENTION

The ATTENTION key.

public const string ATTENTION = "@A@Q"

Field Value

string

BACKSPACE

The BACKSPACE key.

public const string BACKSPACE = "@<"

Field Value

string

BACKTAB

The BACKTAB key.

public const string BACKTAB = "@B"

Field Value

string

CLEAR

The CLEAR key.

public const string CLEAR = "@C"

Field Value

string

CMD

The CMD key.

public const string CMD = "@A@Y"

Field Value

string

CURSOR_SELECT

The CURSOR_SELECT key.

public const string CURSOR_SELECT = "@A@J"

Field Value

string

DELETE

The DELETE key.

public const string DELETE = "@D"

Field Value

string

DOWN

The DOWN key.

public const string DOWN = "@V"

Field Value

string

DUP

The DUP key.

public const string DUP = "@S@X"

Field Value

string

END

The END key.

public const string END = "@q"

Field Value

string

ENTER

The ENTER key.

public const string ENTER = "@E"

Field Value

string

ERASE_EOF

The ERASE_EOF key.

public const string ERASE_EOF = "@F"

Field Value

string

ERASE_INPUT

The ERASE_INPUT key.

public const string ERASE_INPUT = "@A@F"

Field Value

string

FIELD_EXIT

The FIELD_EXIT key.

public const string FIELD_EXIT = "@A@E"

Field Value

string

FIELD_MARK

The FIELD_MARK key.

public const string FIELD_MARK = "@S@y"

Field Value

string

FIELD_MINUS

The FIELD_MINUS key.

public const string FIELD_MINUS = "@A@-"

Field Value

string

FIELD_PLUS

The FIELD_PLUS key.

public const string FIELD_PLUS = "@A@+"

Field Value

string

HELP

The HELP key.

public const string HELP = "@H"

Field Value

string

HEXA

The HEXA key.

public const string HEXA = "@A@X"

Field Value

string

HOME

The HOME key.

public const string HOME = "@0"

Field Value

string

INSERT

The INSERT key.

public const string INSERT = "@I"

Field Value

string

INSERT_TOG

The INSERT_TOG key.

public const string INSERT_TOG = "@A@I"

Field Value

string

LEFT

The LEFT key.

public const string LEFT = "@L"

Field Value

string

LOCAL_PRINT

The LOCAL_PRINT key.

public const string LOCAL_PRINT = "@P"

Field Value

string

NEW_LINE

The NEW_LINE key.

public const string NEW_LINE = "@N"

Field Value

string

PA1

The PA1 key.

public const string PA1 = "@x"

Field Value

string

PA10

The PA10 key.

public const string PA10 = "@*"

Field Value

string

PA2

The PA2 key.

public const string PA2 = "@y"

Field Value

string

PA3

The PA3 key.

public const string PA3 = "@z"

Field Value

string

PA4

The PA4 key.

public const string PA4 = "@+"

Field Value

string

PA5

The PA5 key.

public const string PA5 = "@%"

Field Value

string

PA6

The PA6 key.

public const string PA6 = "@&"

Field Value

string

PA7

The PA7 key.

public const string PA7 = "@'"

Field Value

string

PA8

The PA8 key.

public const string PA8 = "@("

Field Value

string

PA9

The PA9 key.

public const string PA9 = "@)"

Field Value

string

PAGE_DOWN

The PAGE_DOWN key.

public const string PAGE_DOWN = "@v"

Field Value

string

PAGE_UP

The PAGE_UP key.

public const string PAGE_UP = "@u"

Field Value

string

PF1

The PF1 key.

public const string PF1 = "@"

Field Value

string

PF10

The PF10 key.

public const string PF10 = "@a"

Field Value

string

PF11

The PF11 key.

public const string PF11 = "@b"

Field Value

string

PF12

The PF12 key.

public const string PF12 = "@c"

Field Value

string

PF13

The PF13 key.

public const string PF13 = "@d"

Field Value

string

PF14

The PF14 key.

public const string PF14 = "@e"

Field Value

string

PF15

The PF15 key.

public const string PF15 = "@f"

Field Value

string

PF16

The PF16 key.

public const string PF16 = "@g"

Field Value

string

PF17

The PF17 key.

public const string PF17 = "@h"

Field Value

string

PF18

The PF18 key.

public const string PF18 = "@i"

Field Value

string

PF19

The PF19 key.

public const string PF19 = "@j"

Field Value

string

PF2

The PF2 key.

public const string PF2 = "@2"

Field Value

string

PF20

The PF20 key.

public const string PF20 = "@k"

Field Value

string

PF21

The PF21 key.

public const string PF21 = "@l"

Field Value

string

PF22

The PF22 key.

public const string PF22 = "@m"

Field Value

string

PF23

The PF23 key.

public const string PF23 = "@n"

Field Value

string

PF24

The PF24 key.

public const string PF24 = "@o"

Field Value

string

PF3

The PF3 key.

public const string PF3 = "@3"

Field Value

string

PF4

The PF4 key.

public const string PF4 = "@4"

Field Value

string

PF5

The PF5 key.

public const string PF5 = "@5"

Field Value

string

PF6

The PF6 key.

public const string PF6 = "@6"

Field Value

string

PF7

The PF7 key.

public const string PF7 = "@7"

Field Value

string

PF8

The PF8 key.

public const string PF8 = "@8"

Field Value

string

PF9

The PF9 key.

public const string PF9 = "@9"

Field Value

string

PRINT

The PRINT key.

public const string PRINT = "@A@t"

Field Value

string

REC_BACKSPACE

The REC_BACKSPACE key.

public const string REC_BACKSPACE = "@A@<"

Field Value

string

RESET

The RESET key.

public const string RESET = "@R"

Field Value

string

RIGHT

The RIGHT key.

public const string RIGHT = "@Z"

Field Value

string

SHIFT

The SHIFT key.

public const string SHIFT = "@S"

Field Value

string

SYS_REQ

The SYS_REQ key.

public const string SYS_REQ = "@A@H"

Field Value

string

TAB

The TAB key.

public const string TAB = "@T"

Field Value

string

TEST

The TEST key.

public const string TEST = "@A@c"

Field Value

string

UP

The UP key.

public const string UP = "@U"

Field Value

string