ShortcutKey enum

Inheritance

Constructors

ShortcutKey()
const

Values

a → const ShortcutKey
b → const ShortcutKey
c → const ShortcutKey
d → const ShortcutKey
e → const ShortcutKey
f → const ShortcutKey
g → const ShortcutKey
h → const ShortcutKey
i → const ShortcutKey
j → const ShortcutKey
k → const ShortcutKey
l → const ShortcutKey
m → const ShortcutKey
n → const ShortcutKey
o → const ShortcutKey
p → const ShortcutKey
q → const ShortcutKey
r → const ShortcutKey
s → const ShortcutKey
t → const ShortcutKey
u → const ShortcutKey
v → const ShortcutKey
w → const ShortcutKey
x → const ShortcutKey
y → const ShortcutKey
z → const ShortcutKey
zero → const ShortcutKey
one → const ShortcutKey
two → const ShortcutKey
three → const ShortcutKey
four → const ShortcutKey
five → const ShortcutKey
six → const ShortcutKey
seven → const ShortcutKey
eight → const ShortcutKey
nine → const ShortcutKey
period → const ShortcutKey
quote → const ShortcutKey
rightBracket → const ShortcutKey
semicolon → const ShortcutKey
slash → const ShortcutKey
backslash → const ShortcutKey
comma → const ShortcutKey
equal → const ShortcutKey
grave → const ShortcutKey
leftBracket → const ShortcutKey
minus → const ShortcutKey
space → const ShortcutKey
tab → const ShortcutKey
returnKey → const ShortcutKey
command → const ShortcutKey
rightCommand → const ShortcutKey
option → const ShortcutKey
rightOption → const ShortcutKey
control → const ShortcutKey
rightControl → const ShortcutKey
shift → const ShortcutKey
rightShift → const ShortcutKey
function → const ShortcutKey
capsLock → const ShortcutKey
pageUp → const ShortcutKey
pageDown → const ShortcutKey
home → const ShortcutKey
end → const ShortcutKey
upArrow → const ShortcutKey
rightArrow → const ShortcutKey
downArrow → const ShortcutKey
leftArrow → const ShortcutKey
f1 → const ShortcutKey
f2 → const ShortcutKey
f3 → const ShortcutKey
f4 → const ShortcutKey
f5 → const ShortcutKey
f6 → const ShortcutKey
f7 → const ShortcutKey
f8 → const ShortcutKey
f9 → const ShortcutKey
f10 → const ShortcutKey
f11 → const ShortcutKey
f12 → const ShortcutKey
f13 → const ShortcutKey
f14 → const ShortcutKey
f15 → const ShortcutKey
f16 → const ShortcutKey
f17 → const ShortcutKey
f18 → const ShortcutKey
f19 → const ShortcutKey
f20 → const ShortcutKey
keypad0 → const ShortcutKey
keypad1 → const ShortcutKey
keypad2 → const ShortcutKey
keypad3 → const ShortcutKey
keypad4 → const ShortcutKey
keypad5 → const ShortcutKey
keypad6 → const ShortcutKey
keypad7 → const ShortcutKey
keypad8 → const ShortcutKey
keypad9 → const ShortcutKey
keypadClear → const ShortcutKey
keypadDecimal → const ShortcutKey
keypadDivide → const ShortcutKey
keypadEnter → const ShortcutKey
keypadEquals → const ShortcutKey
keypadMinus → const ShortcutKey
keypadMultiply → const ShortcutKey
keypadPlus → const ShortcutKey
escape → const ShortcutKey
delete → const ShortcutKey
forwardDelete → const ShortcutKey
help → const ShortcutKey
volumeUp → const ShortcutKey
volumeDown → const ShortcutKey
mute → const ShortcutKey

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<ShortcutKey>
A constant List of the values in this enum, in order of their declaration.