Normal
I think you can make navigation to those buttons work. You can not use the DOWN key in a topbar, cause that will make you leave the topbar, but you could make it in such a way that navigating left from the topbar would bring the cursor to the Play buttons.So, lets try to explain it. Imagine the number at the top are the ids from the buttons in the topbar, the numbers at the bottom from the play buttons[code]10 11 12 13 14 15 16 1720 21 22[/code]Now you could make the OnLeft from button 10 point to 22. That way you can still navigate to those buttons. Obviously you would also make the transition back and make a similar transition from 17 to 20.
I think you can make navigation to those buttons work. You can not use the DOWN key in a topbar, cause that will make you leave the topbar, but you could make it in such a way that navigating left from the topbar would bring the cursor to the Play buttons.
So, lets try to explain it. Imagine the number at the top are the ids from the buttons in the topbar, the numbers at the bottom from the play buttons
[code]10 11 12 13 14 15 16 17
20 21 22[/code]
Now you could make the OnLeft from button 10 point to 22. That way you can still navigate to those buttons. Obviously you would also make the transition back and make a similar transition from 17 to 20.