home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w031 / 1.ddi / FIXED1.~KY < prev    next >
Encoding:
Text File  |  1993-09-14  |  1.4 KB  |  49 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 c+s-pgup    = [mark top of window]
  19. def c+s-pgdn    = [mark bottom of window]
  20. def c+s-home    = [mark top of file]
  21. def c+s-end     = [mark bottom of file]
  22.  
  23. def f1          = [help index]
  24. def f2          = [save file]
  25. def f3          = [open file]
  26. def c-p         = [print text]
  27. def a-f4        = [exit system]
  28.  
  29. def a-backspace   = [undo]
  30. def s+a-backspace = [redo]
  31. def s-del         = [cut to clipboard]
  32. def c-ins         = [copy to clipboard]
  33. def s-ins         = [paste from clipboard]
  34. def C-Q,F         = [search]
  35. def C-Q,A         = [search/replace]
  36. def C-L           = [repeat search]
  37.  
  38. def a-f2        = [normal mode]
  39. def a-f3        = [pagelayout mode]
  40.  
  41. def s-Up      = [mark up]
  42. def s-Down    = [mark down]
  43. def s-Left    = [mark left]
  44. def s-Right   = [mark right]
  45. def s-Home    = [mark home]
  46. def s-End     = [mark end]
  47. def s-PgUp    = [mark pgup]
  48. def s-PgDn    = [mark pgdn]
  49.