ViewportKeyMap class

Key bindings for viewport navigation.

Implemented types

Constructors

ViewportKeyMap({KeyBinding? pageDown, KeyBinding? pageUp, KeyBinding? halfPageUp, KeyBinding? halfPageDown, KeyBinding? down, KeyBinding? up, KeyBinding? left, KeyBinding? right, KeyBinding? copy})

Properties

copy KeyBinding
final
down KeyBinding
final
halfPageDown KeyBinding
final
halfPageUp KeyBinding
final
hashCode int
The hash code for this object.
no setterinherited
left KeyBinding
final
pageDown KeyBinding
final
pageUp KeyBinding
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
up KeyBinding
final

Methods

fullHelp() List<List<KeyBinding>>
Returns bindings for the full help view, grouped by columns.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortHelp() List<KeyBinding>
Returns bindings for the short help view.
override
toString() String
A string representation of this object.
inherited

Operators

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