home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / DEL.TRU < prev    next >
Encoding:
Text File  |  1984-12-19  |  1.0 KB  |  23 lines

  1. True BASIC                DEL
  2.  
  3.  Type   │    Press         │
  4. ────────┼──────────────────┼──────────────────────────────────────────────
  5.         │     backspace    │ to delete character to left of cursor
  6.         │        Del       │ to delete character at the cursor position
  7.         │                  │ (if cursor is on line tag, delete whole line)
  8.         │                  │
  9.         │    Ctrl - Home   │ to delete word to left of cursor
  10.         │    Ctrl - PgUp   │ to delete word at or to right of cursor
  11.         │                  │
  12.         │        Esc       │ to delete from cursor to start of line
  13.         │     Ctrl - End   │ to delete from cursor to end of line
  14. ────────┴──────────────────┴────────────────────────────────────────────────
  15.  
  16. These keystrokes enable you to delete characters, words, or lines
  17. around your cursor.  For help in deleting lines or blocks of lines,
  18. type HELP DELETE.
  19.  
  20. When the combination of Ctrl and another key is specified (for
  21. example, Ctrl-End), hold down the Ctrl key while you press the
  22. other key.
  23.