⌥+⌃AltPlusCtrl

How Tab Works Inside Word Tables (and How to Add Rows Fast)

Windows: Tab
Mac: Tab
Inside any Word table, the Tab key is repurposed entirely for navigation: pressing it moves the cursor to the next cell to the right, wrapping to the first cell of the next row once it reaches the end of a row. This is different from Tab's behavior in normal body text, where it inserts an indent or a tab character — inside a table, that meaning is overridden completely. **Adding rows on the fly**: the most useful side effect of this behavior is what happens when you press Tab while the cursor sits in the very last cell of the table's last row — Word silently appends an additional row right there and drops the cursor into that new row's very first cell. This means you can build out a table row by row purely by typing a value and pressing Tab repeatedly, never needing to open an Insert Row menu, as long as you're always extending from the final row. **If you need an actual tab character inside a cell**: since Tab alone is claimed for navigation, typing a literal tab character within cell content requires Ctrl+Tab instead, which inserts the character without moving the cursor to a different cell. **Reverse navigation**: Shift+Tab walks the cursor back one cell at a time, the mirror image of what plain Tab does — handy for backing up a step after overshooting your target cell rather than reaching for the mouse to click back into place. **Selecting while navigating**: arrow keys alone move the cursor within a cell's text content first, and only move to an adjacent cell once you're already at the edge of the current cell's content — so Right Arrow inside a cell with text first moves through that text character by character before crossing into the next cell, unlike Tab which jumps immediately regardless of cursor position within the cell. **Related shortcuts**: Shift+Tab for backward cell navigation, and the table's row-selection margin (the area just left of the table border) remains the most reliable way to select an entire row at once since there's no single default keystroke for that in either Windows or Mac Word. **Tab versus arrow keys for cell navigation**: while Tab always jumps fully to the next cell, arrow keys move through a cell's text content first before crossing into an adjacent cell, meaning Right Arrow inside a cell containing several words moves character by character until reaching the cell boundary before finally advancing to the next cell — a meaningfully slower way to navigate cell-to-cell compared to Tab's immediate jump. **Selecting a range of cells while tabbing**: holding Shift while pressing Tab extends the current selection to include the next cell rather than just moving the cursor there, letting you build a multi-cell selection by repeatedly Shift-Tabbing across a row, useful before applying a formatting change to several cells at once. **Tab behavior at the very first cell**: pressing Shift+Tab while already in the table's first cell has no further effect, since there's no earlier cell to move back to — the cursor simply stays in place rather than exiting the table entirely, which is worth knowing if you expected backward navigation to eventually leave the table.

Related shortcuts