Forum Discussion
TheEndless
10 years agoRoku Guru
If a keypress isn't handled natively by the component, it'll be surfaced to the onKeyEvent function. In your example, you should get a "down" keypress if you press down on the bottom row of the keyboard, at which point you can change the focus to your button group. The same works in reverse when you press up when the top most button is highlighted.