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

The minus binding seems to have slipped through the gaps when it comes to better footer descriptions #1482

Closed
davep opened this issue Jan 4, 2023 · 2 comments · Fixed by #1596
Labels
bug Something isn't working

Comments

@davep
Copy link
Contributor

davep commented Jan 4, 2023

In a test app I just wrote earlier I had this code:

    BINDINGS = [
        ( "plus", "width(1)", "Increase" ),
        ( "minus", "width(-1)", "Decrease" )
    ]

and the footer of the app looks like this:

Screenshot 2023-01-04 at 15 23 53

It would seem that the recent work to improve the description of keys in the footer has missed the case of "minus".

@davep davep added the bug Something isn't working label Jan 4, 2023
@github-actions
Copy link

github-actions bot commented Jan 4, 2023

We found the following entry in the FAQ which you may find helpful:

Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.

This is an automated reply, generated by FAQtory

@github-actions
Copy link

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant