PROGRAMMING OVERVIEW AND USER INTERFACE


Moving the insertion point while editing text in the Script area
The table below lists keys that move the insertion point in the Programmer's pane.
KeyMoves the insertion point
Ctrl+EndTo the end of the last line.
Ctrl+HomeTo the beginning of the first line.
Ctrl+Left ArrowTo the first character in the previous word.
Ctrl+Right ArrowTo the first character in the next word.
Down ArrowOne line down.
EndTo the end of the line.
HomeTo the beginning of the line.
Left ArrowOne character to the left.
Right ArrowOne character to the right.
Up ArrowOne line up.
Tip Use PgUp and PgDn to scroll one screen up or down, overlapping one line from the previous screen.

See Also