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

Fix priority bindings not appearing in Footer when key clashes with a… #4342

Merged
merged 8 commits into from
Mar 30, 2024

Conversation

darrenburns
Copy link
Member

@darrenburns darrenburns commented Mar 26, 2024

… key on the focused widget

The App.namespace_bindings did not account for priority bindings, and so would override them if there was a clash (same keybinding) with another available binding in the focus chain.

Please review the following checklist.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

@darrenburns darrenburns linked an issue Mar 26, 2024 that may be closed by this pull request
@darrenburns darrenburns marked this pull request as ready for review March 26, 2024 13:10
@darrenburns darrenburns requested a review from willmcgugan March 26, 2024 13:10
@willmcgugan willmcgugan merged commit f7bdfe1 into main Mar 30, 2024
20 checks passed
@willmcgugan willmcgugan deleted the priority-footer branch March 30, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Priority binding won't display in the Footer
2 participants