Row-wise tabbing with Keytable

Row-wise tabbing with Keytable

rsrsrsrs Posts: 8Questions: 4Answers: 0

Hi,

is it possible to implement a behavior, that tabbing between cells via tabulator key is not done column-wise, but row-wise?

Thanks in advance.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    Hi @rsrs ,

    It is possible, but not with the tab key. The tab key is hard-coded to do the row across navigation. You can though, as in this example, code another key (here it's the 'j' key) to be able to do that navigation.

    Hope that does the trick!

    Cheers,

    Colin

  • rsrsrsrs Posts: 8Questions: 4Answers: 0

    Hi colin,

    thanks for the answer. Good to know.
    I reworked the library a little bit, so now it works also for tab key.

  • jhetojheto Posts: 1Questions: 0Answers: 0

    hi, can you help me with the code, i need nav with nav key, thank you

This discussion has been closed.