Enum Key
Logical key identifiers, decoded from ANSI escape sequences and control-byte conventions. Glyph carries the actual printable when Key is Glyph.
public enum Key : byte
Fields
None = 0Glyph = 1A printable Unicode-BMP character — value in Glyph.
Escape = 2Enter = 3Tab = 4Backspace = 5Delete = 6Insert = 7Up = 8Down = 9Left = 10Right = 11Home = 12End = 13PageUp = 14PageDown = 15F1 = 16F2 = 17F3 = 18F4 = 19F5 = 20F6 = 21F7 = 22F8 = 23F9 = 24F10 = 25F11 = 26F12 = 27