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

  1. def Left      = [left]
  2. def c-S       = [left]
  3. def Right     = [right]
  4. def c-D       = [right]
  5. def Up        = [up]
  6. def c-E       = [up]
  7. def Down      = [down]
  8. def c-X       = [down]
  9. def c-left    = [left]
  10. def c-A       = [left]
  11. def c-Right   = [right]
  12. def c-F       = [right]
  13. def c-W       = [scroll up one line]
  14. def c-Z       = [scroll down one line]
  15. def PgUp      = [page up]
  16. def c-R       = [page up]
  17. def PgDn      = [page down]
  18. def c-C       = [page down]
  19.  
  20. def Home      = [begin line]
  21. def c-Q,S     = [begin line]
  22. def End       = [end line]
  23. def c-Q,D     = [end line]
  24. def c-Home    = [top of window]
  25. def c-Q,E     = [top of window]
  26. def c-End     = [bottom of window]
  27. def c-Q,X     = [bottom of window]
  28. def c-PgUp    = [top of file]
  29. def c-PgDn    = [bottom of file]
  30. def c-Q,B     = [top mark]
  31. def c-Q,K     = [bottom mark]
  32.  
  33. def Ins       = [insert toggle]
  34. def c-V       = [insert toggle]
  35. def Backspace = [backspace]
  36. def c-H       = [backspace]
  37. def Del       = [delete char]
  38. def c-G       = [delete char]
  39. def s-Tab     = [delete char]
  40. def c-N       = [insert line]
  41. def c-Y       = [delete line]
  42. def c-Q,Y     = [erase end line]
  43. def c-T       = [delete char]
  44.  
  45. def c-K,B     = [mark area]
  46. def c-K,K     = [mark area]
  47. def c-Ins     = [copy to clipboard]
  48. def c-Del     = [delete block]
  49. def s-Ins     = [paste from clipboard]
  50. def s-Del     = [cut to clipboard]
  51. def c-K,C     = [copy block]
  52. def c-K,V     = [move block]
  53. def c-K,Y     = [delete block]
  54. def c-K,H     = [hide/show block]
  55.  
  56. def s-Up      = [mark up]
  57. def s-Down    = [mark down]
  58. def s-Left    = [mark left]
  59. def s-Right   = [mark right]
  60. def s-Home    = [mark home]
  61. def s-End     = [mark end]
  62. def s-PgUp    = [mark pgup]
  63. def s-PgDn    = [mark pgdn]
  64. def s+c-Home  = [mark top of window]
  65. def s+c-End   = [mark bottom of window]
  66. def s+c-PgUp  = [mark top of file]
  67. def s+c-PgDn  = [mark bottom of file]
  68.  
  69. def F3            = [open file]
  70. def c-K,P         = [print text]
  71. def C-L           = [repeat search]
  72. def a-Backspace   = [undo]
  73. def s+a-Backspace = [redo]
  74. def c-K,S         = [save file]
  75. def F2            = [save file]
  76. def c-Q,F         = [search]
  77. def c-Q,A         = [search/replace]
  78. def F1            = [help index]
  79.