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

Allow loop cycling through Bullet items #53

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2019

  1. Allow loop cycling through menu items

    If you're on the first item of a Bullet and press the ARROW_UP key, it goes to the last item rather than being blocked on the first one.
    Same idea when we are on the last item and going down.
    antoinedelia committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    52b4ed4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    459b486 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Added some Windows support

    Antoine Delia committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b3371c9 View commit details
    Browse the repository at this point in the history
  2. Fix typo for ESC_KEY

    Antoine Delia committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0a91bbb View commit details
    Browse the repository at this point in the history
  3. Fix Windows issues

    Antoine Delia committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    8950d04 View commit details
    Browse the repository at this point in the history