Lets take a scenario, where in I have a series of buttons btn1
, btn2
, btn3
...
I kept pressing 'tab' key and my focus is on btn2
. Now I want to avoid btn3
or any other beyond btn2
not to get focus on tab key press.
How can I achieve this?