KeyboardEvent.Key

Represents non-character keys.

Values

ValueMeaning
escape0x1b + 0xF0000

.

F10x70 + 0xF0000

.

F20x71 + 0xF0000

.

F30x72 + 0xF0000

.

F40x73 + 0xF0000

.

F50x74 + 0xF0000

.

F60x75 + 0xF0000

.

F70x76 + 0xF0000

.

F80x77 + 0xF0000

.

F90x78 + 0xF0000

.

F100x79 + 0xF0000

.

F110x7A + 0xF0000

.

F120x7B + 0xF0000

.

LeftArrow0x25 + 0xF0000

.

RightArrow0x27 + 0xF0000

.

UpArrow0x26 + 0xF0000

.

DownArrow0x28 + 0xF0000

.

Insert0x2d + 0xF0000

.

Delete0x2e + 0xF0000

.

Home0x24 + 0xF0000

.

End0x23 + 0xF0000

.

PageUp0x21 + 0xF0000

.

PageDown0x22 + 0xF0000

.

ScrollLock0x91 + 0xF0000

unlikely to work outside my custom terminal emulator

Suggestion Box / Bug Report