home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / aefolded.arj / AE.INI < prev    next >
Text File  |  1991-05-04  |  5KB  |  138 lines

  1. ;
  2. ; Default configuration
  3. ;
  4. ;...sgeneral:0:
  5. key_bind "^M"        "line_split"
  6. key_bind "^I"        "character_tab"
  7. key_bind "^D"        "character_right"
  8. key_bind "^S"        "character_left"
  9. key_bind "^F"        "word_right"
  10. key_bind "^A"        "word_left"
  11. key_bind "^E"        "line_up"
  12. key_bind "^X"        "line_down"
  13. key_bind "^R"        "page_up"
  14. key_bind "^C"        "page_down"
  15. key_bind "^W"        "page_scroll_down"
  16. key_bind "^Z"        "page_scroll_up"
  17. key_bind "^G"        "character_delete_right"
  18. key_bind "^H"        "character_delete_left"
  19. key_bind "^V"        "other_insert"
  20. key_bind "^Y"        "line_delete"
  21. key_bind "^U"        "other_undelete"
  22. key_bind "^T"        "other_put"
  23. key_bind "^O"        "block_mark_1"
  24. key_bind "^P"        "block_mark_2"
  25. key_bind "^N"        "character_delete_eol"
  26. key_bind "^Q"        "character_type ?"
  27. ;...e
  28. ;...sibm\45\pc:0:
  29. key_bind "Left"        "character_left"
  30. key_bind "Right"    "character_right"
  31. key_bind "Up"        "line_up"
  32. key_bind "Down"        "line_down"
  33. key_bind "^Left"    "word_left"
  34. key_bind "^Right"    "word_right"
  35. key_bind "PgUp"        "page_up"
  36. key_bind "PgDn"        "page_down"
  37. key_bind "^PgUp"    "line_up line_up line_up line_up line_up"
  38. key_bind "^PgDn"    "line_down line_down line_down line_down line_down"
  39. key_bind "Home"        "line_start"
  40. key_bind "End"        "line_end"
  41. key_bind "^Home"    "fold_start"
  42. key_bind "^End"        "fold_end"
  43. key_bind "Ins"        "other_insert"
  44. key_bind "Del"        "character_delete_right"
  45. key_bind "αS"        "other_shell ?"
  46. key_bind "αB"        "buffer_select ?"
  47. key_bind "αG"        "line_goto ?"
  48. key_bind "αW"        "buffer_write ? no"
  49. key_bind "αH"        "block_unmark"
  50. key_bind "αT"        "tag_line"
  51. key_bind "αE"        "tag_error line_down"
  52. key_bind "αQ"        "other_squeeze"
  53. key_bind "αA"        "other_abort ?"
  54. key_bind "αX"        "other_exit yes"
  55. key_bind "αC"        "block_yank other_undelete"
  56. key_bind "αM"        "block_delete other_undelete"
  57. key_bind "αD"        "block_delete"
  58. key_bind "αY"        "block_yank"
  59. key_bind "αR"        "block_entab"
  60. key_bind "αL"        "block_detab"
  61. key_bind "αF"        "block_fold \"\" no 0"
  62. key_bind "αU"        "block_unfold"
  63. key_bind "F1"        "fold_open yes"
  64. key_bind "F2"        "fold_open no"
  65. key_bind "F3"        "fold_in"
  66. key_bind "F4"        "fold_out"
  67. key_bind "F5"        "line_insert... \"\" no 0"
  68. key_bind "F6"        "line_insert::: \"\" no 0"
  69. key_bind "F7"        "search_bracket"
  70. key_bind "F8"        "search_replace ? ? yes yes always if_open ? ? no"
  71. key_bind "F9"        "search_for ? yes yes always if_open ? 1 no"
  72. key_bind "F10"        "search_again"
  73. key_bind "^J"        "other_visible"
  74. key_bind "^F1"        "block_read \"c:/tmp/ae1.cut\""
  75. key_bind "^F2"        "block_read \"c:/tmp/ae2.cut\""
  76. key_bind "^F3"        "block_read \"c:/tmp/ae3.cut\""
  77. key_bind "^F4"        "block_read \"c:/tmp/ae4.cut\""
  78. key_bind "~F1"        "block_write \"c:/tmp/ae1.cut\" no"
  79. key_bind "~F2"        "block_write \"c:/tmp/ae2.cut\" no"
  80. key_bind "~F3"        "block_write \"c:/tmp/ae3.cut\" no"
  81. key_bind "~F4"        "block_write \"c:/tmp/ae4.cut\" no"
  82. ;...e
  83. ;...sblocks:0:
  84. key_prefix "^K"
  85. key_bind "^K ^S"    "block_mark_1"
  86. key_bind "^K ^E"    "block_mark_2"
  87. key_bind "^K ^H"    "block_unmark"
  88. key_bind "^K ^F"    "block_fold \"\" no 0"
  89. key_bind "^K ^U"    "block_unfold"
  90. key_bind "^K ^C"    "block_yank other_undelete"
  91. key_bind "^K ^V"    "block_delete other_undelete"
  92. key_bind "^K ^D"    "block_delete"
  93. key_bind "^K ^Y"    "block_yank"
  94. key_bind "^K ^T"    "block_entab"
  95. key_bind "^K ^L"    "block_detab"
  96. key_bind "^K ^R"    "block_read ?"
  97. key_bind "^K ^W"    "block_write ? no"
  98. key_bind "^K ^X"    "block_filter ?"
  99. ;...e
  100. ;...sline:0:
  101. key_prefix "^L"
  102. key_bind "^L ^C"    "line_insert \"\""
  103. key_bind "^L ^F"    "line_insert... \"\" no 0"
  104. key_bind "^L ^V"    "line_insert::: \"\" no 0"
  105. key_bind "^L ^D"    "line_delete"
  106. key_bind "^L ^Y"    "line_yank"
  107. key_bind "^L ^R"    "fold_read ? \"\" no 0"
  108. key_bind "^L ^W"    "fold_write ? no"
  109. key_bind "^L ^S"    "line_start"
  110. key_bind "^L ^E"    "line_end"
  111. key_bind "^L ^G"    "line_goto ?"
  112. ;...e
  113. ;...sbuffers:0:
  114. key_prefix "^B"
  115. key_bind "^B ^C"    "buffer_create ? yes yes"
  116. key_bind "^B ^D"    "buffer_delete ?"
  117. key_bind "^B ^S"    "buffer_select ?"
  118. key_bind "^B ^R"    "buffer_read ?"
  119. key_bind "^B ^W"    "buffer_write ? no"
  120. key_bind "^B ^N"    "buffer_rename ? ?"
  121. ;...e
  122. ;...slanguages:0:
  123. language_create "top" "/*..." "*/" ".*\\.top" yes 0 ""
  124. language_create "ae" ";..." "" ".*\\.ini" no 0 "_"
  125. language_create "make" "#..." "" "(.*[/:])?makefile|.*\\.mak" yes 0 "_"
  126. language_create "c" "/*..." "*/" ".*\\.(c|h|y|cpp|hpp|sqc)" yes 0 "_"
  127. language_create "pascal" "{..." "}" ".*\\.pas" yes 2 "_"
  128. language_create "assembler" ";..." "" ".*\\.(s|i|asm|inc|mac)" no 0 "_"
  129. language_create "ada" "--..." "" ".*\\.ada" yes 2 "_."
  130. language_create "semi" ";..." "" "" yes 0 "_"
  131. language_create "nroff" ".\\\"..." "" ".*\\.n" no 5 "_"
  132. language_create "lisp" ";..." "" ".*\\.lsp" yes 2 "_:"
  133. language_create "batch" "rem..." "" ".*\\.(bat|cmd)" no 0 ""
  134. language_create "guide" "'..." "" ".*\\.(ngs|ngl)" no 5 ""
  135. language_create "sql" "--..." "" ".*\\.sql" yes 0 "_"
  136. language_create "hs" ".REMARK ..." "" ".*\\.hyp|.*\\.hsl" yes 0 "_"
  137. ;...e
  138.