The following table lists all editor shortcuts.
Key |
Action |
LEFT ARROW |
One character to the left |
RIGHT ARROW |
One character to the right |
UP ARROW |
One line up |
DOWN ARROW |
One line down |
HOME |
To the beginning of the line |
END |
To the end of the line |
PAGE UP |
Up one window |
PAGE DOWN |
Down one window |
CTRL+LEFT |
One word to the left |
CTRL+RIGHT |
One word to the right |
CTRL+HOME |
To the start of the text |
CTRL+END |
To the end of the text |
CTRL+ Y |
Delete current line |
INS |
Toggles insert/overstrike mode |
F1 |
Help (context sensitive) |
F2 |
File Simulation |
F3 |
Find next text |
F4 |
Send program to chip or run programmer |
F5 |
Run program (simulator) |
F7 |
Compile File |
CTRL+F7 |
Syntax check |
F8 |
Step through program (simulator) |
SHIFT + F8 |
Step over code (simulator) |
F9 |
Toggle breakpoint (simulator) |
F10 |
Run to cursor (simulator) |
CTRL+J |
Pop up code template |
CTRL+G |
Goto line |
CTRL+O |
Load File |
CTRL+S |
Save File |
CTRL+P |
Print File |
CTRL+T |
Terminal emulator |
CTRL+F |
Find text |
CTRL+W |
Show result of compilation |
CTRL+L |
LCD designer |
CTRL+X |
Cut selected text into clipboard |
CTRL+C |
Copy selected text into clipboard |
CTRL+V |
Copy text from clipboard into editor |
CTRL+Z |
Undo |
CTRL+SHIFT+Z |
Redo |
CTRL+SHIFT+I |
Indent block |
CTRL+SHIFT+U |
Unindent block |
To select text: Hold the SHIFT key down and use the cursor keys to select text. or keep the left mouse key pressed and tag the cursor over the text to select.
To select a word, double click on it.