Class Keys
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
ALTERNATE_CURSOR
The ALTERNATE_CURSOR key.
public const string ALTERNATE_CURSOR = "@$"
Field Value
ATTENTION
The ATTENTION key.
public const string ATTENTION = "@A@Q"
Field Value
BACKSPACE
The BACKSPACE key.
public const string BACKSPACE = "@<"
Field Value
BACKTAB
The BACKTAB key.
public const string BACKTAB = "@B"
Field Value
CLEAR
The CLEAR key.
public const string CLEAR = "@C"
Field Value
CMD
The CMD key.
public const string CMD = "@A@Y"
Field Value
CURSOR_SELECT
The CURSOR_SELECT key.
public const string CURSOR_SELECT = "@A@J"
Field Value
DELETE
The DELETE key.
public const string DELETE = "@D"
Field Value
DOWN
The DOWN key.
public const string DOWN = "@V"
Field Value
DUP
The DUP key.
public const string DUP = "@S@X"
Field Value
END
The END key.
public const string END = "@q"
Field Value
ENTER
The ENTER key.
public const string ENTER = "@E"
Field Value
ERASE_EOF
The ERASE_EOF key.
public const string ERASE_EOF = "@F"
Field Value
ERASE_INPUT
The ERASE_INPUT key.
public const string ERASE_INPUT = "@A@F"
Field Value
FIELD_EXIT
The FIELD_EXIT key.
public const string FIELD_EXIT = "@A@E"
Field Value
FIELD_MARK
The FIELD_MARK key.
public const string FIELD_MARK = "@S@y"
Field Value
FIELD_MINUS
The FIELD_MINUS key.
public const string FIELD_MINUS = "@A@-"
Field Value
FIELD_PLUS
The FIELD_PLUS key.
public const string FIELD_PLUS = "@A@+"
Field Value
HELP
The HELP key.
public const string HELP = "@H"
Field Value
HEXA
The HEXA key.
public const string HEXA = "@A@X"
Field Value
HOME
The HOME key.
public const string HOME = "@0"
Field Value
INSERT
The INSERT key.
public const string INSERT = "@I"
Field Value
INSERT_TOG
The INSERT_TOG key.
public const string INSERT_TOG = "@A@I"
Field Value
LEFT
The LEFT key.
public const string LEFT = "@L"
Field Value
LOCAL_PRINT
The LOCAL_PRINT key.
public const string LOCAL_PRINT = "@P"
Field Value
NEW_LINE
The NEW_LINE key.
public const string NEW_LINE = "@N"
Field Value
PA1
The PA1 key.
public const string PA1 = "@x"
Field Value
PA10
The PA10 key.
public const string PA10 = "@*"
Field Value
PA2
The PA2 key.
public const string PA2 = "@y"
Field Value
PA3
The PA3 key.
public const string PA3 = "@z"
Field Value
PA4
The PA4 key.
public const string PA4 = "@+"
Field Value
PA5
The PA5 key.
public const string PA5 = "@%"
Field Value
PA6
The PA6 key.
public const string PA6 = "@&"
Field Value
PA7
The PA7 key.
public const string PA7 = "@'"
Field Value
PA8
The PA8 key.
public const string PA8 = "@("
Field Value
PA9
The PA9 key.
public const string PA9 = "@)"
Field Value
PAGE_DOWN
The PAGE_DOWN key.
public const string PAGE_DOWN = "@v"
Field Value
PAGE_UP
The PAGE_UP key.
public const string PAGE_UP = "@u"
Field Value
PF1
The PF1 key.
public const string PF1 = "@"
Field Value
PF10
The PF10 key.
public const string PF10 = "@a"
Field Value
PF11
The PF11 key.
public const string PF11 = "@b"
Field Value
PF12
The PF12 key.
public const string PF12 = "@c"
Field Value
PF13
The PF13 key.
public const string PF13 = "@d"
Field Value
PF14
The PF14 key.
public const string PF14 = "@e"
Field Value
PF15
The PF15 key.
public const string PF15 = "@f"
Field Value
PF16
The PF16 key.
public const string PF16 = "@g"
Field Value
PF17
The PF17 key.
public const string PF17 = "@h"
Field Value
PF18
The PF18 key.
public const string PF18 = "@i"
Field Value
PF19
The PF19 key.
public const string PF19 = "@j"
Field Value
PF2
The PF2 key.
public const string PF2 = "@2"
Field Value
PF20
The PF20 key.
public const string PF20 = "@k"
Field Value
PF21
The PF21 key.
public const string PF21 = "@l"
Field Value
PF22
The PF22 key.
public const string PF22 = "@m"
Field Value
PF23
The PF23 key.
public const string PF23 = "@n"
Field Value
PF24
The PF24 key.
public const string PF24 = "@o"
Field Value
PF3
The PF3 key.
public const string PF3 = "@3"
Field Value
PF4
The PF4 key.
public const string PF4 = "@4"
Field Value
PF5
The PF5 key.
public const string PF5 = "@5"
Field Value
PF6
The PF6 key.
public const string PF6 = "@6"
Field Value
PF7
The PF7 key.
public const string PF7 = "@7"
Field Value
PF8
The PF8 key.
public const string PF8 = "@8"
Field Value
PF9
The PF9 key.
public const string PF9 = "@9"
Field Value
The PRINT key.
public const string PRINT = "@A@t"
Field Value
REC_BACKSPACE
The REC_BACKSPACE key.
public const string REC_BACKSPACE = "@A@<"
Field Value
RESET
The RESET key.
public const string RESET = "@R"
Field Value
RIGHT
The RIGHT key.
public const string RIGHT = "@Z"
Field Value
SHIFT
The SHIFT key.
public const string SHIFT = "@S"
Field Value
SYS_REQ
The SYS_REQ key.
public const string SYS_REQ = "@A@H"
Field Value
TAB
The TAB key.
public const string TAB = "@T"
Field Value
TEST
The TEST key.
public const string TEST = "@A@c"
Field Value
UP
The UP key.
public const string UP = "@U"