Using Tables
- Clicking the mouse button in a cell activates that cell.
- Moving the mouse while button 1 is pressed will stroke out a selection
area.
- Exiting while button 1 is pressed causes scanning to occur on the
table along with the selection.
- Moving the mouse while button 2 is pressed causes scanning to occur
without any selection.
- Home moves the table to have the origin in view.
- End moves the table to have the end cell in view.
- Control-Home moves the table to the origin and activates that cell.
- Control-End moves the table to the end and activates that cell.
- Shift-Control-Home extends the selection to the origin.
- Shift-Control-End extends the selection to the end.
- The left, right, up, and down arrows move the active cell.
- Shift-<arrow> extends the selection in that direction.
- Control-leftarrow and Control-rightarrow moves the insertion cursor
within the cell.
- Control-slash selects all the cells.
- Control-backslash clears selection from all the cells.
- Backspace deletes the character before the insertion cursor in the
active cell.
- Delete deletes the character after the insertion cursor in the active
cell.
- Escape rereads the value of the active cell from the array variable,
discarding any edits that have may been performed on the cell.
- Return sets the array value of the active cell to the edited value
and moves to the next cell down.
- Control-a moves the insertion cursor to the beginning of the active
cell.
- Control-e moves the insertion cursor to the end of the active cell.
- Control-minus and Control-equals decrease and increase the width of
the column with the active cell in it.
- Moving the mouse while button 3 (the right button on Windows) is pressed
while you are over a border causes interactive resizing of that row
and/or column to occur.