Using Only Keyboard Inputs on Widgets

Any widget can lead to any other widget:


I mean, if you used buttons (as most people do), the keyboard navigation already works by default. There’s no need to do anything special.

  • widget

  • add and set focus to the button you need to start with:


You’d only set up navigation for more complex scenarios, like:

cycle between options

The last button now leads to first, so you can keep mashing :arrow_down: to cycle.

1 Like