home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / sedt_win.zip / FUNDEF.INP < prev    next >
Text File  |  1990-10-07  |  4KB  |  225 lines

  1. ;Functions defined for keyboard mapping
  2. ;Anker Berg-Sonne
  3. 4 :EAP@SR.
  4. Append select range to paste buffer
  5. 5 :SM.
  6. Show and select from menu
  7. 6 ^C(:FS).
  8. Save contents of buffer
  9. 7 ^C(:FS):CS.
  10. Save context and contents of buffer
  11. 8 $1:Q.
  12. Quit without saving buffer
  13. 9 .
  14. Dead key
  15. 10 $0:X.
  16. Save buffer and exit
  17. 11 (27:CH).
  18. Insert an escape character
  19. 12 -@L.
  20. Goto beginning of line
  21. 13 (:D-@W).
  22. Delete to beginning of word
  23. 15 :H//.
  24. Help
  25. 16 :SYS?"Operating system command: ".
  26. Execute operating system command
  27. 17 0:WI.
  28. Select buffer 0
  29. 18 1:WI.
  30. Select buffer 1
  31. 19 2:WI.
  32. Select buffer 2
  33. 20 3:WI.
  34. Select buffer 3
  35. 21 @N.
  36. Goto next occurrence of search string
  37. 22 :USR.
  38. Paste
  39. 23 :D@SR.
  40. Cut
  41. 24 :SEL.
  42. Set select point
  43. 25 -@SCR.
  44. Go one screen up
  45. 26 +@SCR.
  46. Go one screen down
  47. 27 -@V.
  48. Go 1 line up vertically
  49. 28 -@C.
  50. Go 1 character back
  51. 29 +@V.
  52. Go 1 line down vertically
  53. 30 +@C.
  54. Go 1 character forward
  55. 31 @L.
  56. Goto beginning of next line
  57. 32 @W.
  58. Goto next word
  59. 33 @EL.
  60. Goto next end of line
  61. 34 @C.
  62. Goto next character
  63. 35 :A.
  64. Set default direction forward
  65. 36 :B.
  66. Set default direction reverse
  67. 38 @PAG.
  68. Goto next page
  69. 39 @PAR.
  70. Goto next paragraph
  71. 40 :NS.
  72. Substitute next occurrence of search string
  73. 41 (:D+@C).
  74. Delete character forward
  75. 42 (:D+@W).
  76. Delete word forward
  77. 47 (:D+@L).
  78. Delete line forward
  79. 49 (:D-@C).
  80. Delete character backward
  81. 50 :LS.
  82. Set indentation level
  83. 51 :LD.
  84. Decrease indentation level
  85. 52 :LI.
  86. Increase indentation level
  87. 54 :TAB.
  88. Insert a tab character
  89. 55 (:D-@W).
  90. Delete to beginning of word
  91. 56 :KF!"Key:"?"As: ".
  92. Define key
  93. 57 :FNL.
  94. Enlargen Font
  95. 58 :NL.
  96. Insert a carriage return
  97. 59 :PR?"Print on file: ".
  98. Print contents of buffer
  99. 60 :FNS.
  100. Reduce font
  101. 61 :TAD@SR.
  102. Adjust text a tab stop
  103. 62 (:D-@L).
  104. Delete to beginning of line
  105. 63 :RF.
  106. Refresh display
  107. 65 (^S(:D@SR|:D-@C)).
  108. Delete previous character
  109. 66 :SK!"Key:".
  110. Save key definition in buffer
  111. 67 :LK!"Key:"@SR.
  112. Load key definition from select range
  113. 69 +
  114. Set temporary direction to forward
  115. 70 -
  116. Set temporary direction to reverse
  117. 71 @M.
  118. Goto mark
  119. 74 :TS.
  120. Toggle automatic screen shifting
  121. 75 +@EB.
  122. Goto end of buffer
  123. 76 :CL.
  124. Center line
  125. 77 :WC.
  126. Toggle between one and two window mode
  127. 78 :FE?"Edit File: ".
  128. Edit new file in current buffer
  129. 80 :FG?"Get File: ".
  130. Include file at current position
  131. 82 :TT.
  132. Toggle tab expansion/insertion
  133. 83 (9:M^E(-@L)():FT+@PAR9@M).
  134. Refill paragraph from beginning of line
  135. 84 :TB.
  136. Toggle block/line cut and paste
  137. 85 :M.
  138. Set mark
  139. 86 :OS.
  140. Toggle overstrike mode
  141. 87 (12:CH).
  142. Insert a form feed character
  143. 89 :RL.
  144. Enter ruler definition mode
  145. 90 :FS?"Save onto File: ".
  146. Save contents of buffer
  147. 91 -@BB.
  148. Goto start of buffer
  149. 92 :UM.
  150. Undo last command if possible
  151. 93 :WD.
  152. Toggle between 132 and 80 character screen
  153. 94 :OW.
  154. Switch to previous window
  155. 95 :Z.
  156. Clear buffer
  157. 96 :I- 9:M^E(-@L)():FT+@PAR9@M.
  158. Insert a hyphen and reindent paragraph
  159. 97 :PL?"Load Paste Buffer From File: ".
  160. Load paste buffer from file
  161. 100 ?"SEDT Command: ".
  162. Execute Sedt command
  163. 101 :OM/Type control B to end learning and replay learned keystrokes/:LNL000.
  164. Learn keystrokes into ^Z
  165. 102 :LNL!"Key to save learned input in:".
  166. Learn keystrokes into arbitrary key
  167. 103 @BM.
  168. Goto matching bracketing character
  169. 104 @F?"String: ".
  170. Goto next occurence of string
  171. 105 :GE@SR.
  172. Load paste buffer from select range without deleting
  173. 106 :RS.
  174. Cancel select point
  175. 109 :CT.
  176. Position cursor at top of screen
  177. 110 0(-@L:TI).
  178. Go backwards until key struck
  179. 111 :CB.
  180. Position cursor at bottom of screen
  181. 112 0(+@L:TI).
  182. Go forward until key struck
  183. 113 :OL.
  184. Open line
  185. 114 :CE.
  186. Change case EDT style (Select range,found string,character)
  187. 115 (:D+@EL).
  188. Delete to end of line
  189. 116 :CH.
  190. Insert ASCII character
  191. 121 :FT+@PAR.
  192. Fill or justify to end of paragraph
  193. 122 :SUB?"String: "?"By: ".
  194. Substitute one string by another
  195. 123 :UC.
  196. Undelete character
  197. 124 :UW.
  198. Undelete word
  199. 127 :UL.
  200. Undelete Line
  201. 128 (:D+@C+@C:UC).
  202. Swap characters
  203. 129 2:CH.
  204. Insert a Control B character 
  205. 130 :OM%H!"Press key you want help for".
  206. Print help text for a key
  207. 131 :NWU.
  208. Cycle to next used buffer
  209. 132 :NWN.
  210. Cycle to next unused buffer
  211. 133 @AL.
  212. Go to absolute line number
  213. 134 :WG.
  214. Grow window
  215. 135 :WS.
  216. Shrink window
  217. 136 :WM.
  218. Move window
  219. 137 :NWU.
  220. Cycle to next used buffer
  221. 138 :NWN.
  222. Cycle to next unused buffer
  223. 139 :WT.
  224. Tile windows
  225.