home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / KEY.TRU < prev    next >
Encoding:
Text File  |  1985-01-17  |  1.1 KB  |  24 lines

  1. True BASIC              KEY 
  2.      
  3.       Type         │   Press  │
  4. ───────────────────┼──────────┼──────────────────────────────────────────
  5.                    │          │
  6.  KEY               │          │ to change the meaning of a non-printing
  7.                    │          │ key on your keyboard
  8.                    │          │
  9.  KEY TO filename   │          │ to save your key reassignments in a file
  10.                    │          │
  11.  KEY FROM filename │          │ to retrieve the key assignments saved
  12.                    │          │ in file `filename'
  13. ───────────────────┴──────────┴──────────────────────────────────────────
  14.  
  15. When you type the command KEY, you'll see the prompt `Press key to redefine:'.
  16. Press the key whose meaning you want to change.  You'll then see the prompt
  17. `Define it as:'.  Type in the sequence of keystrokes you want to assign
  18. to the key.  Finish by pressing Ctrl-a.
  19.  
  20. The redefinition will last only through your current True BASIC session.
  21. However, you can save your key reassignments in a file with the KEY TO
  22. command, and retrieve them to use in another session with the KEY FROM
  23. command.
  24.