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

  1. def backspace   = [backspace]
  2. def pgup        = [page up]
  3. def pgdn        = [page down]
  4. def home        = [begin line]
  5. def end         = [end line]
  6. def up          = [up]
  7. def down        = [down]
  8. def left        = [left]
  9. def right       = [right]
  10. def ins         = [insert toggle]
  11. def del         = [delete char]
  12.  
  13. def C-pgup      = [top of window]
  14. def C-pgdn      = [bottom of window]
  15. def C-home      = [top of file]
  16. def C-end       = [bottom of file]
  17.  
  18. def s-Up      = [mark up]
  19. def s-Down    = [mark down]
  20. def s-Left    = [mark left]
  21. def s-Right   = [mark right]
  22. def s-Home    = [mark home]
  23. def s-End     = [mark end]
  24. def s-PgUp    = [mark pgup]
  25. def s-PgDn    = [mark pgdn]
  26.  
  27. def f1          = [help index]
  28. def f2          = [save file]
  29. def c-p         = [print text]
  30. def a-f4        = [exit system]
  31.  
  32. def a-backspace   = [undo]
  33. def s+a-backspace = [redo]
  34. def s-del         = [cut to clipboard]
  35. def c-ins         = [copy to clipboard]
  36. def s-ins         = [paste from clipboard]
  37. def C-Q,F         = [search]
  38. def C-Q,A         = [search/replace]
  39. def C-L           = [repeat search]
  40.  
  41. def enter         = [split line]
  42. def f3            = [open file]
  43.