Unit Test Data Table - Keyboard Navigation
MacOS Key Equivalents
HOME - FN + LEFT ARROW
END - FN + RIGHT ARROW
DELETE - FN + DELETE
Navigation
ARROW UP ↑ – move to the cell above current active cell (if exists)
ARROW DOWN ↓ – move to cell underneath current active cell (if exists)
ARROW RIGHT → – move to the cell on the right side of the current active cell (if exists)
ARROW LEFT ← – move to the cell on the left side of current active cell (if exists)
TAB – move to the cell on the right side of the current active cell (if exists)
TAB + SHIFT – move to the cell on the left side of current active cell (if exists)
HOME – move to the first cell in a row
END – move to the last cell in a row
CTRL + HOME – move to the first cell in a column
CTRL + END – move to the last cell in a column
Selection
CTRL + A – select all
SHIFT + ARROW UP ↑ – extend selection of the cell above
SHIFT + ARROW DOWN ↓ – extend selection of the cell underneath
SHIFT + ARROW RIGHT → – extend selection of the cell on the right
SHIFT + ARROW LEFT ← – extend selection of the cell on the left
SHIFT + HOME – select all cells in the row to the left including the current cell
SHIFT + END – select all cells in the row to the right including the current cell
CTRL + SHIFT + HOME – select all cells in the column to the top including the current cell
CTRL + SHIFT + END – select all cells in the column to the bottom including the current cell
Editor
ENTER – open/close cell editor
F2 – open cell editor
ESC – cancel editing and close cell editor
BACKSPACE – empty cell
DELETE – empty cell
CTRL + C – copy cell's content
CTRL + X – cut cell's content
CTRL + V – paste cell's content
CTRL + ENTER - fill all selected cells with edited cell's value
CTRL + Z – undo
CTRL + Y – redo
Context menu
ARROW DOWN ↓ – move to the next option in context menu
ARROW UP ↑ – move to the previous option in context menu
ENTER – select option from context menu