SheetGrid.vue currently has no keydown handling at all -- cell selection only changes via mouse click (@focus on a cell input). Google Sheets lets you move the active cell with Arrow keys, Tab/Shift+Tab, and Enter/Shift+Enter after committing a value.
Scope: arrow-key movement between adjacent cells, Enter to commit + move down, Tab to commit + move right, respecting grid bounds.
SheetGrid.vuecurrently has no keydown handling at all -- cell selection only changes via mouse click (@focuson a cell input). Google Sheets lets you move the active cell with Arrow keys, Tab/Shift+Tab, and Enter/Shift+Enter after committing a value.Scope: arrow-key movement between adjacent cells, Enter to commit + move down, Tab to commit + move right, respecting grid bounds.