Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add the ability to specify keys to select list items #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 30, 2020

  1. add the ability to specify keys to select list items

    This change updates List (Prompt#select) to add the ability to specify keypress
    triggers for choices. It makes List respect the already-existing Choice#key, as
    well as adding displaying of the keys with :enum, overriding of those displayed
    keys with Choice#key_name, and modification of keypress behavior for List. The
    default behavior of keypress == move to item is kept, but the ability to have a
    keypress immediately select an item was added. This changeset also includes some
    whitespace, comment, and spec fixups.
    slowbro committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    598e798 View commit details
    Browse the repository at this point in the history