how to direct keyboart navigation thru buttons on screen?

Hi! I want to make an UI with buttons and switch focus with arrow keys but that only works
if buttons are abpout vertical or horizontal in the screen but dont work when some button is like diagonally…this is an example:

How do I fix this? for example I want to be able to go to the upper right button by pressing
UP key when focus is in the bottom right button. or go to the top left button by pressing LEFT when focus is in the top right button.

Thanks!
Dany

Explore navigation:

image

Return the element you want the focus to shift to.


I never figured out how to use Explicit :expressionless: As in, I remember this working:

image

But the dropdown in the Navigation pane always shows **** all. :smiley:


Oh, I figured it out:

image

You must manually rename the other widget. That’s what I’ve been missing. @eldany.uy thanks for your help ;p

1 Like

Thanks again man!
You’re always my hero.

1 Like