home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / bingo211.arj / BINGO.CFG < prev    next >
Text File  |  1992-05-10  |  6KB  |  244 lines

  1. ; Mouse Event Buttons
  2. single_left_button         mouse_scroll
  3. single_right_button        snap_to_mouse_xy
  4. single_middle_button       macro edit_file ' ' return
  5. multiple_left_button       macro snap_to_mouse_xy line_mark
  6.                               mouse_scroll line_mark
  7. multiple_right_button      macro snap_to_mouse_xy point_mark
  8. multiple_middle_button     macro snap_to_mouse_xy vertical_mark
  9. three_buttons              main_menu
  10. left_right_buttons         main_menu
  11. left_middle_buttons        main_menu
  12. right_middle_buttons       main_menu
  13. single_left_arrow          cursor_left
  14. single_right_arrow         cursor_right
  15. single_up_arrow            cursor_up
  16. single_down_arrow          cursor_down
  17. single_pyramids            next_file
  18. multiple_left_arrow        begin_line
  19. multiple_right_arrow       end_line
  20. multiple_up_arrow          up_page
  21. multiple_down_arrow        down_page
  22. multiple_pyramids          prev_file
  23.  
  24. ; Function Key Defs
  25. f1             line_mark
  26. f2             point_mark
  27. f3             vertical_mark
  28. f4             repeat_last
  29. f5             leap_backward
  30. f6             leap_forward
  31. f7             block_move
  32. f8             block_copy
  33. f9             unmark
  34. f10            scrap
  35.  
  36. ; Shift Function Key Defs
  37. !f1            swap_buf_and_block
  38. !f2            paste_replace
  39. !f3            name_buffer
  40. !f4            buffer_info
  41. !f5            top_of_block
  42. !f6            bottom_of_block
  43. !f7            toggle_cmode
  44. !f8            toggle_autoindent
  45. !f9            toggle_ins
  46. !f10           toggle_wrap
  47.  
  48. ; Ctrl Function Key Defs
  49. @f1            search
  50. @f2            replace
  51. @f3            again
  52. @f4            search_macro
  53. @f5            global
  54. @f6            chdir
  55. @f7            shell
  56. @f8            exec_command
  57. @f9            swap_shell
  58. @f10           swap_execute
  59.  
  60. ; Alt Function Key Defs
  61. #f1            macro shift_block '-t' return
  62. #f2            macro shift_block 't' return
  63. #f3            pick_file
  64. #f4            setup_err_parse
  65. #f5            prev_error
  66. #f6            next_error
  67. #f7            last_error
  68. #f8            print_file
  69. #f9            del_word_lt
  70. #f10           del_word_rt
  71.  
  72. ; Control Key Defs
  73. @a             repeat
  74. @b
  75. @c             center_line
  76. @d             del_char
  77. @e             choose_file
  78. @f
  79. @g             
  80. @h
  81. @i+u           indent_up
  82. @i+d           indent_down
  83. @j             jump
  84. @k             del_eol
  85. @l             again
  86. @m             define_scrap
  87. @n
  88. @o             next_file
  89. @p             prev_file
  90. @q             pick_exec
  91. @r             replace
  92. @s             search
  93. @t
  94. @u             unkill
  95. @v             switch_file
  96. @x+@c          quit
  97. @x+@f          edit_file
  98. @x+k           quit
  99. @x+@v          switch_file
  100. @x+@s          save_file
  101. @y             del_line
  102. @z             quit_and_save_status
  103.  
  104. ; Alt Key Defs
  105. #a             ascii_table
  106. #b             toggle_box_draw
  107. #c             macro modify_save_all
  108.                      swap_execute 'make > errs' return
  109.                      return window_one
  110.                      window_load 'errs.' return
  111.                      window_previous
  112.                      window_resize down_arrow down_arrow
  113.                         down_arrow down_arrow down_arrow
  114.                         down_arrow down_arrow return
  115.                      setup_err_parse 'errs.' return
  116.                      next_error
  117.  
  118. #d             place_mark
  119. #e
  120. #f
  121. #g
  122. #h             help
  123. #i             macro swap_execute 'inst' return return
  124. #j             jump_mark
  125. #k
  126. #l             macro load_profile return
  127. #m             match_delim
  128. #n             window_next
  129. #o             window_one
  130. #p             window_previous
  131. #q             query_quote
  132. #r             reform_para
  133. #s             
  134.                top_of_file
  135. #t             time_stamp
  136. #u
  137. #v             rotate_kill
  138. #w
  139. #x             quit_all
  140. #y
  141. #z
  142.  
  143. ; Special Keys
  144. backspace         default_bspace
  145. backtab           back_tab
  146. tab               insert_tab
  147. escape            main_menu
  148. ctrl_backspace    del_word_lt
  149. alt_backspace
  150. return            carriage
  151. ctrl_return
  152. alt_return
  153. alt_escape        cmd_line
  154. ctrl_tab
  155. alt_tab
  156. alt_equal
  157. alt_minus
  158.  
  159. delete            default_del
  160. down_arrow        cursor_down
  161. end               end_line
  162. home              begin_line
  163. insert            paste
  164. left_arrow        cursor_left
  165. pgdn              down_page
  166. pgup              up_page
  167. right_arrow       cursor_right
  168. up_arrow          cursor_up
  169.  
  170. shift_insert
  171. shift_delete
  172. shift_home
  173. shift_end
  174. shift_pgup
  175. shift_pgdn
  176. shift_right_arrow
  177. shift_left_arrow
  178. shift_up_arrow
  179. shift_down_arrow
  180.  
  181. ctrl_delete
  182. ctrl_down_arrow   scroll_down
  183. ctrl_end          file
  184. ctrl_home         del_bol
  185. ctrl_insert
  186. ctrl_left_arrow   prev_word
  187. ctrl_pgdn         bot_of_file
  188. ctrl_pgup         top_of_file
  189. ctrl_right_arrow  next_word
  190. ctrl_up_arrow     scroll_up
  191.  
  192. keypad_minus      cut
  193. keypad_plus       copy
  194. keypad_aster      line_mark
  195. keypad_divide
  196. keypad_return
  197.  
  198. ctrl_keypad_plus
  199. ctrl_keypad_minus
  200. ctrl_keypad_divide
  201. ctrl_keypad_aster
  202. ctrl_keypad_return
  203.  
  204. alt_keypad_plus
  205. alt_keypad_minus
  206. alt_keypad_divide
  207. alt_keypad_aster
  208. alt_keypad_return
  209.  
  210. grey_delete          default_del
  211. grey_down_arrow      cursor_down
  212. grey_end             end_line
  213. grey_home            begin_line
  214. grey_insert          paste
  215. grey_left_arrow      cursor_left
  216. grey_pgdn            down_page
  217. grey_pgup            up_page
  218. grey_right_arrow     cursor_right
  219. grey_up_arrow        cursor_up
  220.  
  221. ctrl_grey_delete
  222. ctrl_grey_down_arrow    scroll_down
  223. ctrl_grey_end           file
  224. ctrl_grey_home          del_bol
  225. ctrl_grey_insert
  226. ctrl_grey_left_arrow    prev_word
  227. ctrl_grey_pgdn          bot_of_file
  228. ctrl_grey_pgup          top_of_file
  229. ctrl_grey_right_arrow   next_word
  230. ctrl_grey_up_arrow      scroll_up
  231.  
  232. alt_grey_up_arrow
  233. alt_grey_down_arrow
  234. alt_grey_left_arrow
  235. alt_grey_right_arrow
  236. alt_grey_delete
  237. alt_grey_end
  238. alt_grey_home
  239. alt_grey_insert
  240. alt_grey_pgup
  241. alt_grey_pgdn
  242.  
  243.  
  244.