| Key Press | Wimp action | |
|---|---|---|
| Backspace | Delete character to left of caret | |
| Delete | Delete character to right of caret | |
| End | Delete character to right of caret | |
| Left | Move left one character | |
| Right | Move right one character | |
| Shift | Left | Move left one word (returns &19C if at left of line) |
| Shift | Right | Move right one word (returns &19D if at right of line) |
| Shift | End | Delete remaining word right of caret |
| Ctrl | Left | Move to left end of line |
| Ctrl | Right | Move to right end of line |
| Ctrl | End | Delete forwards to end of line |
If the caret is inside a writeable icon when a key is pressed, Wimp_Poll will not generate the Key_Pressed event code if any of the combinations of keys above are used.