34 | | || Enter || Submit and execute the command. || |
35 | | || Backspace || Delete character to the left of cursor. || |
36 | | || Delete || Delete character under cursor. || |
37 | | || Left Arrow || Move cursor left by one character. || |
38 | | || Right Arrow || Move cursor right by one character. || |
39 | | || Home || Move cursor to beginning of text. || |
40 | | || End || Move cursor to end of text. || |
41 | | || Ctrl-Left Arrow || Move cursor left by one word. || |
42 | | || Ctrl-Right Arrow || Move cursor right by one word. || |
43 | | || Up Arrow || Move to older history entry. || |
44 | | || Down Arrow || Move to newer history entry. || |
| 35 | || Enter || Submit and execute the command || |
| 36 | || Backspace || Delete character to the left of cursor || |
| 37 | || Delete || Delete character under cursor || |
| 38 | || Left Arrow || Move cursor left by one character || |
| 39 | || Right Arrow || Move cursor right by one character || |
| 40 | || Home || Move cursor to beginning of text || |
| 41 | || End || Move cursor to end of text || |
| 42 | || Ctrl-Left Arrow || Move cursor left by one word || |
| 43 | || Ctrl-Right Arrow || Move cursor right by one word || |
| 44 | || Up Arrow || Move to older history entry || |
| 45 | || Down Arrow || Move to newer history entry || |
| 46 | |
| 47 | == Text Editor (''Trunk only'') == #Editor |
| 48 | |
| 49 | Started with the {{{edit}}} command. The editor controls are in the same spirit as on the command line. Summary of controls in the editor: |
| 50 | |
| 51 | || '''Key''' || '''Action''' || |
| 52 | || Enter || Insert line break || |
| 53 | || Backspace || Delete character to the left of cursor || |
| 54 | || Delete || Delete character under cursor || |
| 55 | || Left Arrow || Move cursor left by one character || |
| 56 | || Right Arrow || Move cursor right by one character || |
| 57 | || Home || Move cursor to beginning of line || |
| 58 | || End || Move cursor to end of line || |
| 59 | || Up Arrow || Move cursor one line up || |
| 60 | || Down Arrow || Move cursor one line down || |
| 61 | || Page Up || Move cursor up by one page || |
| 62 | || Page Down || Move cursor down by one page || |
| 63 | || Ctrl-Q || Quit || |
| 64 | || Ctrl-S || Save || |
| 65 | || Ctrl-E || Save As || |