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 recursive Tree expand/collapse shortcuts not working #88265

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Feb 13, 2024

This also moves them to use Shift instead of Alt, as was already done for mouse interactions.

Shortcuts in Tree were also made non-exact matches so they still work if modifiers are held. This is important for up/down shortcuts, especially once support for selecting with Shift + up/down is implemented.

Testing project: test_tree_recursive_folding.zip

Preview

tree_item_recursive_keyboard.mp4

This also moves them to use Shift instead of Alt, as was already
done for mouse interactions.

Shortcuts in Tree were also made non-exact matches so they still
work if modifiers are held. This is important for up/down
shortcuts, especially once support for selecting with
Shift + up/down is implemented.
@Calinou Calinou force-pushed the tree-fix-recursive-expand-collapse-shortcuts branch from 121afaa to 6de0eca Compare February 13, 2024 01:31
@akien-mga akien-mga merged commit ace0aea into godotengine:master Feb 13, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@Calinou Calinou deleted the tree-fix-recursive-expand-collapse-shortcuts branch February 13, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Various Keyboard Shortcuts from Godot 3 are not present in Godot 4
3 participants