Changes

Jump to: navigation, search

Locomotive BASIC

128 bytes added, 09:30, 26 March 2017
/* EDIT ‹line› */
The following keys can be used in editing mode, or during typing in BASIC:
CTRL+TAB - toggle overwrite/insert mode CTRL+CURSOR LEFT or CTRL+CURSOR UP - go to start of line CTRL+CURSOR RIGHT or CTRL+CURSOR DOWN - go to end of line CURSOR LEFT - move left one character CURSOR RIGHT - move right one character ESC - quit editing and do not accept changes ENTER/RETURN - quit editing and accept changes SHIFT + CURSOR UP/DOWN/LEFT/RIGHT - enter copy mode. You can move the cursor to where you want to copy from.Hold SHIFT and cursors to move copy cursor. COPY - copy character covered by copy cursor. DEL - delete character and go back a char CLR - delete character under cursor CTRL + CAPS LOCK - toggle shift lock.
==== <code>EI</code> ====
2,541
edits