dinorun ~master (2019-12-22T14:44:46Z)
Dub
Repo
NonCharacterKeyEvent.Key
arsd
terminal
NonCharacterKeyEvent
.
Values
Value
Meaning
escape
0x1b
.
F1
0x70
.
F2
0x71
.
F3
0x72
.
F4
0x73
.
F5
0x74
.
F6
0x75
.
F7
0x76
.
F8
0x77
.
F9
0x78
.
F10
0x79
.
F11
0x7A
.
F12
0x7B
.
LeftArrow
0x25
.
RightArrow
0x27
.
UpArrow
0x26
.
DownArrow
0x28
.
Insert
0x2d
.
Delete
0x2e
.
Home
0x24
.
End
0x23
.
PageUp
0x21
.
PageDown
0x22
.
Meta
Source
See Implementation
arsd
terminal
NonCharacterKeyEvent
enums
Key
Type
variables
eventType
key
modifierState
.