ineviTABle cleanup

Today SocialCalc received a minor feature. When a cell is selected, pressing the TAB key will select the cell to the right of the current cell. Presently this is a poor man’s implementation of TAB navigation in a spreadsheet, copying the functionality of pressing the right arrow key (→) verbatim.

That’s OK, though, because the next steps in the UI will be refactorial. We’re going to clean up the event handling enough to properly handle TAB – and SHIFT+TAB – with minimal effort. You can read more about this on the mailing list, or get involved in the discussion, too.

As usual you can download the very latest from SVN.

Leave a Reply