eh-am / fightcade-gamepad-navigation

1 stars 0 forks source link

Support navigating with only directional buttons/arrow keys #11

Closed eh-am closed 9 months ago

eh-am commented 9 months ago

Right now it requires pressing Tab (or equivalent) to navigate to different sections (sidebar, search box etc).

Ideally one should be able to navigate using directional buttons/arrow keys only. For example, when it's focused on sidebar and the right button is pressed, it would go to the next tabbable item that's not child of itself.

Problem with that approach is that sometimes the tabbing order is funky, but that's another problem.

eh-am commented 9 months ago

https://github.com/eh-am/fightcade-gamepad-navigation/pull/30