How to change Arrow Keys Behavior?
Posted
by SO give me back my rep
on Stack Overflow
See other posts from Stack Overflow
or by SO give me back my rep
Published on 2010-04-13T21:35:36Z
Indexed on
2010/04/13
21:42 UTC
Read the original article
Hit count: 342
Hi, I am doing a cool menu (sorta XMB) to give a fresh touch to my app... I add all of the elements on the menu programatically via DB. the menu is designed for easy use with arrows keys but I have encountered a major problem!!! by default when I press the arrow keys they only change the focus based on the tabindex
and what I need is to change focus based on position of the controls not on their tabindex
hope it is clear... see pic!!!
so, Is there any way to do this?
© Stack Overflow or respective owner