KeyCodeName enum
Enum for keys with names
Values
- none → const KeyCodeName
-
None
- backSpace → const KeyCodeName
-
Backspace
- enter → const KeyCodeName
-
Enter
- left → const KeyCodeName
-
Left arrow key
- right → const KeyCodeName
-
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
- play → const KeyCodeName
-
Play media key.
- playPause → const KeyCodeName
-
Play/Pause media key.
- reverse → const KeyCodeName
-
Reverse media key.
- stop → const KeyCodeName
-
Stop media key.
- fastForward → const KeyCodeName
-
Fast-forward media key.
- rewind → const KeyCodeName
-
Rewind media key.
- trackNext → const KeyCodeName
-
Next-track media key.
- trackPrevious → const KeyCodeName
-
Previous-track media key.
- record → const KeyCodeName
-
Record media key.
- lowerVolume → const KeyCodeName
-
Lower-volume media key.
- raiseVolume → const KeyCodeName
-
Raise-volume media key.
- muteVolume → const KeyCodeName
-
Mute media key.
- leftShift → const KeyCodeName
-
Left Shift key
- leftCtrl → const KeyCodeName
-
Left Control key
- leftAlt → const KeyCodeName
-
Left Alt key
- leftSuper → const KeyCodeName
-
Left Super key
- leftHyper → const KeyCodeName
-
Left Hyper key
- leftMeta → const KeyCodeName
-
Left Meta key
- rightShift → const KeyCodeName
-
Right Shift key
- rightCtrl → const KeyCodeName
-
Right Control key
- rightAlt → const KeyCodeName
-
Right Alt key
- rightSuper → const KeyCodeName
-
Right Super key
- rightHyper → const KeyCodeName
-
Right Hyper key
- rightMeta → const KeyCodeName
-
Right Meta key
- isoLevel3Shift → const KeyCodeName
-
ISO Level 3 Shift key
- isoLevel5Shift → const KeyCodeName
-
ISO Level 5 Shift key
- plus → const KeyCodeName
-
Plus key (+)
- minus → const KeyCodeName
-
Minus key (-)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.