-
-
Notifications
You must be signed in to change notification settings - Fork 946
Description
Have you checked closed issues? (https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed)
Have you checked against the most recent version of Textual? (https://pypi.org/search/?q=textual)
Feature requests
Please post feature requests to Ideas. (https://github.com/Textualize/textual/discussions/categories/ideas)
The bug
Currently the tree code binds shift+space to toggle_expand_all
:
textual/src/textual/widgets/_tree.py
Lines 546 to 548 in 03979fc
Binding( | |
"shift+space", "toggle_expand_all", "Expand or collapse all", show=False | |
), |
However, I could not find a single terminal where textual keys
shows a different output when I press space vs shift+space, so that action is unreachable. Once #5902 is resolved, ctrl+space may be a better option.
(I don't think textual diagnose
will be helpful here, but if you need it I can include it)