For each row I want to add:
1. Click on "Insert row into table" (or hit "Ins"). First non-AUTO_INCREMENT is highlighted, but not focused.
2. Click on highlighted cell to set focus.
3. For each cell in the row:
3.1 Type data.
4. Hit tab to go to next cell
.Am I missing something obvious? I'd expect that:
- "Insert row into table" would set focus on a cell.
- Tab on last column would add a new row.
(I'm using latest snapshot.)