shortHelp property

List<KeyBinding> get shortHelp

Returns a short list of key bindings for compact help views.

Implementation

List<KeyBinding> get shortHelp => [up, down, open, back];