====== ED ====== How to use ED.X on the X68000 (for those who can't read Kanji, or if you're plain lazy.) ===== F Key functions ===== Key.....Function F1......Top of File F2......Bottom of File F3......Find and Replace All (From cursor position to end of file) F4......Find F5......Next (go to next found) F6......Bring text from position to second position. F7......??? F8......??? F9......??? F10......Copy Line (Don't move cursor) ===== Ctrl+ combos ===== Combo.......Function Ctrl+Z......Scroll Page Down by 1 Line (Don't move cursor) Ctrl+X......Move cursor down (Same as arrow down) Ctrl+C......Scroll Page Down by 1 Page (Don't move cursor) Ctrl+V......??? Ctrl+B......End of line. Ctrl+N......New line on cursor position (shifts old line down first) (Don't move cursor) Ctrl+M......New line on cursor position (shifts old line down first) (Move cursor) Ctrl+A......Go back 1 word Ctrl+S......Go back 1 character (Same as arrow left) Ctrl+D......Go forward 1 character (Same as arrow right) Ctrl+F......Go forward 1 word Ctrl+G......Delete the letter highlighted by the cursor Ctrl+H......Delete the letter behind the cursor Ctrl+J......Control Combo list (in Japanese. Extensive use of Kanji) Ctrl+K......Deletes from the cursor position forward 'til the end of the line. Ctrl+L......Nothing (?) Ctrl+Q......Beginning of line. Ctrl+W......Scroll Page Down by 1 Line (Move cursor) Ctrl+E......Move cursor up by 1 line (Same as arrow up) Ctrl+R......Move cursor up by 1 page (Don't move cursor) Ctrl+T......Delete 1 word highlighted by the cursor. Ctrl+Y......Delete the line. Ctrl+U......Delete from the cursor position back to the beginning of the line. Ctrl+I......Insert a Tab (Same as Tab key) Ctrl+O......Switches Overwrite/Insert mode. Ctrl+P......Goto the end of the line. ===== Esc+ combos ===== Combo......Function Esc+X......Save and close ED.X Esc+C......Execute a command in Human68k Esc+V......Save and close ED.X Esc+F......Create a new file. Prompts for filename. Deletes all unsaved data in previous document. Esc+H......Save file. Esc+Q......Close ED.X (Prompts to exit) Esc+W......Save file as. Esc+E......Save and close ED.X Esc+S......Save and close ED.X //taken from [[http://blea.ch/~squidman/wiki/index.php/X68000/ED.X]]//