The editor includes a number of special keystrokes for editing and moving around in a source file. These are in addition to the familiar ARROW keys, SPACEBAR, and ENTER.
To Move to | Press |
Word to left | CTRL+LEFT |
Word to right | CTRL+RIGHT |
First indentation of current line | HOME |
Beginning of current line | HOME+HOME |
First indentation of next line | CTRL+ENTER |
Beginning of file | CTRL+HOME |
End of file | CTRL+END |
See online help or Part 2 for the complete set of Development Environment keyboard commands.