home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w031 / 1.ddi / PE21.~KY < prev    next >
Encoding:
Text File  |  1993-09-14  |  1.1 KB  |  39 lines

  1. def backspace   = [backspace]
  2. def s-backspace = [backspace]
  3. def ins         = [insert toggle]
  4. def del         = [delete char]
  5.  
  6. def F1          = [help index]
  7. def F2          = [save file]
  8. def F4          = [close file]
  9. def F5          = [delete line]
  10. def F6          = [erase end line]
  11. def F7          = [print text]
  12. def F9          = [insert line]
  13.  
  14. def Left        = [left]
  15. def Right       = [right]
  16. def Up          = [up]
  17. def Down        = [down]
  18. def Home        = [begin line]
  19. def End         = [end line]
  20. def PgUp        = [page up]
  21. def PgDn        = [page down]
  22. def c-Home      = [top of file]
  23. def c-End       = [bottom of file]
  24. def c-PgUp      = [top of window]
  25. def C-PgDn      = [bottom of window]
  26. def c-Left      = [left window]
  27. def c-Right     = [right window]
  28.  
  29. def a-B         = [mark area]
  30. def a-C         = [mark area]
  31. def a-L         = [mark line]
  32. def a-U         = [hide/show block]
  33. def a-Z         = [copy block]
  34. def a-M         = [move block]
  35. def a-D         = [delete block]
  36.  
  37. def s-F6        = [erase home line]
  38. def C-backspace = [delete line]
  39.