Godot Version
4.5
Question
I have the following setup in my game settings:
Which is structured like this:
The problem is that I’d like the user to be able to control the UI with just the keyboard, however there is no way to get down from the focused tab (I know how to make the tab focused) to the volume sliders. Or back up from the sliders to the tab.
I’d usually solve this problem by manually assigning the focus neighbor, but neither assigning the panel or the tab container as the upper neighbor worked.
Is there any solution to this issue? Would be grateful for any help!

