KeyCodeName enum

Enum for keys with names

Inheritance

Constructors

KeyCodeName()
const

Values

none → const KeyCodeName

None

backSpace → const KeyCodeName

Backspace

enter → const KeyCodeName

Enter

left → const KeyCodeName

Left arrow key

Right arrow key

up → const KeyCodeName

Up arrow key

down → const KeyCodeName

Down arrow key

home → const KeyCodeName

Home

end → const KeyCodeName

End

pageUp → const KeyCodeName

Page up

pageDown → const KeyCodeName

Page down

tab → const KeyCodeName

Tab

backTab → const KeyCodeName

Back tab

delete → const KeyCodeName

Delete

insert → const KeyCodeName

Insert

escape → const KeyCodeName

Escape

capsLock → const KeyCodeName

CapsLock

scrollLock → const KeyCodeName

ScrollLock

numLock → const KeyCodeName

NumLock

printScreen → const KeyCodeName

PrintScreen

pause → const KeyCodeName

Pause

Menu

keypadBegin → const KeyCodeName

KeyPad Begin

f1 → const KeyCodeName

F1

f2 → const KeyCodeName

F2

f3 → const KeyCodeName

F3

f4 → const KeyCodeName

F4

f5 → const KeyCodeName

F5

f6 → const KeyCodeName

F6

f7 → const KeyCodeName

F7

f8 → const KeyCodeName

F8

f9 → const KeyCodeName

F9

f10 → const KeyCodeName

F10

f11 → const KeyCodeName

F11

f12 → const KeyCodeName

F12

f13 → const KeyCodeName

F13

f14 → const KeyCodeName

F14

f15 → const KeyCodeName

F15

f16 → const KeyCodeName

F16

f17 → const KeyCodeName

F17

f18 → const KeyCodeName

F18

f19 → const KeyCodeName

F19

f20 → const KeyCodeName

F20

f21 → const KeyCodeName

F21

f22 → const KeyCodeName

F22

f23 → const KeyCodeName

F23

f24 → const KeyCodeName

F24

f25 → const KeyCodeName

F25

f26 → const KeyCodeName

F26

f27 → const KeyCodeName

F27

f28 → const KeyCodeName

F28

f29 → const KeyCodeName

F29

f30 → const KeyCodeName

F30

f31 → const KeyCodeName

F31

f32 → const KeyCodeName

F32

f33 → const KeyCodeName

F33

f34 → const KeyCodeName

F34

f35 → const KeyCodeName

F35

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<KeyCodeName>
A constant List of the values in this enum, in order of their declaration.