CommonKeyBindings class
Commonly used key bindings for navigation.
Properties
- hashCode → int
-
The hash code for this object.
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
Static Properties
- down → KeyBinding
-
Down navigation (↓ or j).
final
- enter → KeyBinding
-
Enter/confirm.
final
- escape → KeyBinding
-
Escape/cancel.
final
- filter → KeyBinding
-
Filter (/).
final
- gotoBottom → KeyBinding
-
Go to bottom (end or G).
final
- gotoTop → KeyBinding
-
Go to top (home or g).
final
- help → KeyBinding
-
Help toggle (?).
final
- left → KeyBinding
-
Left navigation (← or h).
final
- pageDown → KeyBinding
-
Page down.
final
- pageUp → KeyBinding
-
Page up.
final
- quit → KeyBinding
-
Quit (q or Ctrl+C).
final
- right → KeyBinding
-
Right navigation (→ or l).
final
- shiftTab → KeyBinding
-
Shift+Tab to previous.
final
- tab → KeyBinding
-
Tab to next.
final
- up → KeyBinding
-
Up navigation (↑ or k).
final