| Key Combination | Function |
|---|---|
| Control-C | Stop an Applesoft or Integer BASIC program |
| Control-G | Beep the speaker |
| Control-H | Left-arrow (backspace) |
| Control-I | Tab (IIe/IIc software-controlled) |
| Control-J | Down-arrow (line feed) |
| Control-K | Up-arrow (IIe/IIc software-controlled) |
| Control-M | Carriage Return |
| Control-U | Right-arrow (forward space) |
| Control-X | Cancel line being typed |
| Control-[ | Escape (see ESC commands) |
| Key Combination | Function |
|---|---|
| ESC-@ | Clear text screen; leave no prompt |
| ESC-A | Move cursor one space Right |
| ESC-B | Move cursor one space Left |
| ESC-C | Move cursor one space Down |
| ESC-D | Move cursor one space Up |
| ESC-↑ (or ESC-I) | Move cursor Up; recursive |
| ESC-← (or ESC-J) | Move cursor Left; recursive |
| ESC-→ (or ESC-K) | Move cursor Right; recursive |
| ESC-↓ (or ESC-M) | Move cursor Down; recursive |