FilePickerKeyMap class

Key mappings for the file picker component.

Constructors

FilePickerKeyMap()

Properties

back KeyBinding
Go back to parent directory.
final
down KeyBinding
Move cursor down one item.
final
fullHelp List<KeyBinding>
Returns a list of all key bindings for use with help views.
no setter
goToLast KeyBinding
Move cursor to the last item.
final
goToTop KeyBinding
Move cursor to the first item.
final
hashCode int
The hash code for this object.
no setterinherited
open KeyBinding
Open the selected directory.
final
pageDown KeyBinding
Move cursor down one page.
final
pageUp KeyBinding
Move cursor up one page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
select KeyBinding
Select the current file or directory.
final
shortHelp List<KeyBinding>
Returns a short list of key bindings for compact help views.
no setter
toggleHidden KeyBinding
Toggle hidden file visibility.
final
up KeyBinding
Move cursor up one item.
final

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