On 10 August 2011 21:26, Chris Bartlett <cbartlet...@gmail.com> wrote:
> 1) Up & down arrow keys change the selection, but left & right don't
> do anything yet

Now that I have played with this a little bit, I think I would expect
the arrow keys to move the selection in the direction that they
represent.

So, if there are 4 items in the GridView, and it is currently being
laid out as a 2x2 grid, pressing DOWN when item[0] is selected would
move the selection to item[2].  ie, the selection would move from the
first column of the *first* row to the first column of the the
*second* row.

Although I use keyboard shortcuts heavily, I would suggest
concentrating on the layout first and then getting to the keyboard
handling when the rest of the functionality is complete.

Reply via email to