Skip to main content

Module key_codes

Module key_codes 

Source
Expand description

code values for decode_key_event’s named (non-printable) keys.

Values start at 0x0011_0000, above the Unicode scalar value space (0x0..=0x10FFFF), so a single u32 can carry either a codepoint or a named key without ambiguity.

Constants§

BACKSPACE
Backspace.
BACKTAB
Backtab (Shift+Tab).
DELETE
Delete.
DOWN
Down arrow.
END
End.
ENTER
Enter.
ESCAPE
Escape.
F1
F1. F2-F24 follow contiguously up to F24.
F24
F24, the last of the contiguous F1-F24 range.
HOME
Home.
INSERT
Insert.
LEFT
Left arrow.
PAGE_DOWN
Page Down.
PAGE_UP
Page Up.
RIGHT
Right arrow.
TAB
Tab.
UP
Up arrow.