home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / utility / misc / gulam / gulamdoc / gulam.hlp next >
Text File  |  1988-05-31  |  4KB  |  247 lines

  1.         gulam.hlp -- help file for Gulam
  2.  
  3. #1        keycode (in hex) to keyname (rest of line) table
  4. 000  NUL
  5. 029  )
  6. 05d  ]
  7. 07d  }
  8. 07f  DEL
  9. 081  F1
  10. 082  F2
  11. 083  F3
  12. 084  F4
  13. 085  F5
  14. 086  F6
  15. 087  F7
  16. 088  F8
  17. 089  F9
  18. 08a  F10
  19. 08b  HELP
  20. 08c  UNDO
  21. 08d  INSERT
  22. 08e  HOME
  23. 0ab  SHIFT-HELP
  24. 0b0  K0
  25. 0b1  K1
  26. 0b2  K2
  27. 0b3  K3
  28. 0b4  K4
  29. 0b5  K5
  30. 0b6  K6
  31. 0b7  K7
  32. 0b8  K8
  33. 0b9  K9
  34. 0bb  UPARRO
  35. 0bc  DNARRO
  36. 0bd  LTARRO
  37. 0be  RTARRO
  38. 0c0  KLP
  39. 0c1  KRP
  40. 0c2  KSTAR
  41. 0c3  KPLUS
  42. 0c4  KENTER
  43. 0c5  KMINUS
  44. 0c6  KDOT
  45. 0c7  KSLASH
  46. 140  C-@
  47. 141  C-A
  48. 142  C-B
  49. 143  C-C
  50. 144  C-D
  51. 145  C-E
  52. 146  C-F
  53. 147  C-G
  54. 148  C-H
  55. 149  TAB
  56. 14a  LFD
  57. 14b  C-K
  58. 14c  C-L
  59. 14d  RET
  60. 14e  C-N
  61. 14f  C-O
  62. 150  C-P
  63. 151  C-Q
  64. 152  C-R
  65. 153  C-S
  66. 154  C-T
  67. 156  C-V
  68. 157  C-W
  69. 159  C-Y
  70. 15a  C-Z
  71. 15f  C-_
  72. 220  ESC SPC
  73. 221  ESC !
  74. 225  ESC %
  75. 22e  ESC .
  76. 23c  ESC <
  77. 23e  ESC >
  78. 242  ESC B
  79. 243  ESC C
  80. 244  ESC D
  81. 246  ESC F
  82. 247  ESC G
  83. 24c  ESC L
  84. 252  ESC R
  85. 253  ESC S
  86. 255  ESC U
  87. 256  ESC V
  88. 257  ESC W
  89. 27f  ESC DEL
  90. 346  ESC C-F
  91. 348  ESC C-H
  92. 35b  ESC ESC
  93. 421  C-X !
  94. 421  C-X !
  95. 428  C-X (
  96. 429  C-X )
  97. 431  C-X 1
  98. 432  C-X 2
  99. 43d  C-X =
  100. 442  C-X B
  101. 445  C-X E
  102. 446  C-X F
  103. 44b  C-X K
  104. 44e  C-X N
  105. 44f  C-X O
  106. 450  C-X P
  107. 45a  C-X Z
  108. 541  C-X C-A
  109. 542  C-X C-B
  110. 543  C-X C-C
  111. 546  C-X C-F
  112. 549  C-X TAB
  113. 54e  C-X C-N
  114. 54f  C-X C-O
  115. 550  C-X C-P
  116. 552  C-X C-R
  117. 553  C-X C-S
  118. 556  C-X C-V
  119. 557  C-X C-W
  120. 558  C-X C-X
  121. 55a  C-X C-Z
  122.  
  123. #2        function-code (hex) to function name etc
  124.  
  125. 000 no-op
  126. 001 show-possible-expansions
  127. 002 expand-name
  128. 003 terminate-mini-buffer
  129. 004 file-name
  130. 005 expand-name-gulam-style
  131. 006 switch-to-gulam-buffer
  132. 007 execute-buffer
  133. 008 read-file
  134. 009 show-key-board-macro
  135. 00a terminal-emulator
  136. 00b move-window-up
  137. 00c move-window-dn
  138. 00d quick-exit
  139. 00e temporary-exit
  140. 00f gulam-forward-line
  141.  
  142. 010 gulam-do-newline
  143. 011 goto-next-tab
  144. 012 save-buffers-kill-emacs
  145. 013 keyboard-quit
  146. 014 help
  147. 015 start-kbd-macro
  148. 016 end-kbd-macro
  149. 017 call-last-kbd-macro
  150. 018 no-op
  151. 019 redraw-display
  152. 01a backward-char
  153. 01b forward-char
  154. 01c backward-delete-char
  155. 01d delete-char
  156. 01e beginning-of-line
  157. 01f goto-end-of-line
  158.  
  159. 020 kill-line
  160. 021 next-line
  161. 022 open-line
  162. 023 previous-line
  163. 024 insert-newline
  164. 025 newline-and-indent
  165. 026 goto-line
  166. 027 execute-one-Gulam-cmd
  167. 028 no-op
  168. 029 no-op
  169. 02a no-op
  170. 02b search-backward
  171. 02c search-forward
  172. 02d no-op
  173. 02e no-op
  174. 02f query-replace
  175.  
  176. 030 set-mark-command
  177. 031 self-insert
  178. 032 recenter
  179. 033 quoted-insert
  180. 034 transpose-chars
  181. 035 copy-region-as-kill
  182. 036 kill-region
  183. 037 keys-reset
  184. 038 no-op
  185. 039 no-op
  186. 03a no-op
  187. 03b yank
  188. 03c no-op
  189. 03d find-file
  190. 03e save-buffer
  191. 03f write-file
  192.  
  193. 040 no-op
  194. 041 delete-blank-lines
  195. 042 exchange-point-and-mark
  196. 043 what-cursor-position
  197. 044 next-window
  198. 045 previous-window
  199. 046 shrink-window
  200. 047 enlarge-window
  201. 048 no-op
  202. 049 delete-other-windows
  203. 04a split-window-vertically
  204. 04b ctrlx-four-hack
  205. 04c no-op
  206. 04d insert-buffer
  207. 04e switch-to-buffer
  208. 04f no-op
  209.  
  210. 050 list-buffers
  211. 051 kill-buffer
  212. 052 save-some-buffers
  213. 053 no-op
  214. 054 end-of-buffer
  215. 055 beginning-of-buffer
  216. 056 no-op
  217. 057 no-op
  218. 058 no-op
  219. 059 just-one-space
  220. 05a backward-word
  221. 05b capitalize-word
  222. 05c kill-backward-word
  223. 05d kill-word
  224. 05e forward-word
  225. 05f downcase-word
  226.  
  227. 060 upcase-word
  228. 061 scroll-up
  229. 062 scroll-down
  230. 063 no-op
  231. 064 no-op
  232. 065 no-op
  233. 066 no-op
  234. 067 no-op
  235. 068 no-op
  236. 069 no-op
  237. 06a no-op
  238. 06b blink-matching-paren-hack
  239. 06c no-op
  240. 06d no-op
  241. 06e describe-key-briefly
  242. 06f produce-wall-chart-describe-bindings
  243.  
  244. 070 NUL
  245.  
  246. #            -eof-
  247.