home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / games / infocom / !Infocom / Doc / Editing < prev    next >
Encoding:
Text File  |  1994-07-18  |  675 b   |  22 lines

  1.  
  2. The line editing uses a subset of emacs editing keys, familiar to anyone
  3. using unix shells like bash and tcsh.  Where appropriate the corresponding
  4. cursor keys are supported.
  5.  
  6. Emacs    Acorn        Psion        Action
  7.  
  8. ^A    Home        Psion-Left    Begining of line
  9. ^E    End/Copy    Psion-Right    End of line
  10. ^B    Left        Left        Cursor left
  11. ^F    Right        Right        Cursor right
  12. ^D            Shift-Delete    Delete right
  13. ^H    Delete/<-|    Delete        Delete left
  14. ^K                    Delete to end of line
  15. ^U                    Delete entire line
  16. ^P    Up        Up        Previous line
  17. ^N    Down        Down        Next line
  18.  
  19. The last two cycle through the command history in a fairly obvious way.
  20. The command history stores up to 256 bytes of input, which seems to be
  21. enough for typical usage.
  22.