You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

649 lines
19 KiB

  1. -asis
  2. -nobackups
  3. -nonotice
  4. -noxon
  5. -notite
  6. -assume_color
  7. -assume_256color
  8. -guess_non_utf8
  9. -guess_crlf
  10. -guess_indent
  11. -menu_above
  12. -transpose
  13. -joe_state
  14. -restore
  15. -mouse
  16. -joexterm
  17. -search_prompting
  18. -lmsg \i%k%T%W%I%X %n %m%y%R %M %x
  19. -rmsg %S Row %r Col %c %t Ctrl-K H for help
  20. -highlight
  21. -istep 2
  22. :include ftyperc
  23. :defmenu root
  24. mode,"overwrite",rtn T Overtype %Zoverwrite%
  25. mode,"hex",rtn % % Hex edit mode
  26. mode,"autoindent",rtn I Autoindent %Zautoindent%
  27. mode,"wordwrap",rtn W Word wrap %Zwordwrap%
  28. mode,"tab",rtn D Tab width %Ztab%
  29. mode,"lmargin",rtn L Left margin %Zlmargin%
  30. mode,"rmargin",rtn R Right margin %Zrmargin%
  31. mode,"square",rtn X Rectangle mode %Zsquare%
  32. mode,"indentc",rtn % % Indent char %Zindentc%
  33. mode,"istep",rtn % % Indent step %Zistep%
  34. mode,"highlight",rtn H Highlighting %Zhighlight%
  35. mode,"crlf",rtn Z CR-LF (MS-DOS) %Zcrlf%
  36. mode,"linums",rtn N Line numbers %Zlinums%
  37. mode,"beep",rtn B Beep %Zbeep%
  38. mode,"rdonly",rtn O Read only %Zrdonly%
  39. mode,"syntax",rtn Y Syntax
  40. mode,"encoding",rtn E Encoding
  41. mode,"asis",rtn % % Meta chars as-is
  42. mode,"language",rtn V Language
  43. mode,"picture",rtn P picture %Zpicture%
  44. menu,"more-options",rtn % % More options...
  45. :defmenu more-options
  46. menu,"^G",rtn % % ^G options
  47. menu,"search",rtn % % search options
  48. menu,"paragraph",rtn % % paragraph options
  49. menu,"file",rtn % % file options
  50. menu,"menu",rtn % % menu options
  51. menu,"global",rtn % % global options
  52. menu,"cursor",rtn % % cursor options
  53. menu,"marking",rtn % % marking options
  54. menu,"tab",rtn % % tab/indent options
  55. :defmenu menu
  56. mode,"menu_explorer",rtn % % Menu explorer %Zmenu_explorer%
  57. mode,"menu_above",rtn % % Menu position %Zmenu_above%
  58. mode,"menu_jump",rtn % % Jump into menu %Zmenu_jump%
  59. mode,"transpose",rtn % % Transpose menus %Ztranspose%
  60. :defmenu ^G
  61. mode,"single_quoted",rtn % % ^G ignores '...' %Zsingle_quoted%
  62. mode,"no_double_quoted",rtn % % ^G no ignore "..." %Zno_double_quoted%
  63. mode,"c_comment",rtn % % ^G ignores /*...*/ %Zc_comment%
  64. mode,"cpp_comment",rtn % % ^G ignores //... %Zcpp_comment%
  65. mode,"pound_comment",rtn % % ^G ignores #... %Zpound_comment%
  66. mode,"vhdl_comment",rtn % % ^G ignores --... %Zvhdl_comment%
  67. mode,"semi_comment",rtn % % ^G ignores ;... %Zsemi_comment%
  68. mode,"tex_comment",rtn % % ^G ignores %... %Ztex_comment%
  69. mode,"text_delimiters",rtn % % Text delimiters %Ztext_delimiters%
  70. :defmenu search
  71. mode,"icase",rtn % % Case insensitivity %Zicase%
  72. mode,"wrap",rtn % % Search wraps %Zwrap%
  73. mode,"search_prompting",rtn % % Search prompting %Zsearch_prompting%
  74. mode,"csmode",rtn % % Continued search %Zcsmode%
  75. :defmenu paragraph
  76. mode,"french",rtn % % French spacing %Zfrench%
  77. mode,"flowed",rtn % % Flowed text %Zflowed%
  78. mode,"cpara",rtn % % Paragraph indent chars %Zcpara%
  79. :defmenu file
  80. mode,"restore",rtn % % Restore cursor %Zrestore%
  81. mode,"guess_crlf",rtn % % Auto detect CR-LF %Zguess_crlf%
  82. mode,"guess_indent",rtn % % Guess indent %Zguess_indent%
  83. mode,"guess_non_utf8",rtn % % Guess non-UTF-8 %Zguess_non_utf8%
  84. mode,"guess_utf8",rtn % % Guess UTF-8 %Zguess_utf8%
  85. mode,"force",rtn % % Force last NL %Zforce%
  86. mode,"nobackup",rtn % % No backup %Znobackup%
  87. :defmenu global
  88. mode,"nolocks",rtn % % Disable locks %Znolocks%
  89. mode,"nobackups",rtn % % Disable backups %Znobackups%
  90. mode,"nomodcheck",rtn % % Disable mtime check %Znomodcheck%
  91. mode,"nocurdir",rtn % % Disable current dir %Znocurdir%
  92. mode,"exask",rtn % % Exit ask %Zexask%
  93. mode,"nosta",rtn % % Disable status line %Znosta%
  94. mode,"keepup",rtn % % Fast status line %Zkeepup%
  95. mode,"break_hardlinks",rtn % % Break hard links %Zbreak_hardlinks%
  96. mode,"break_links",rtn % % Break links %Zbreak_links%
  97. mode,"joe_state",rtn % % Joe_state file %Zjoe_state%
  98. mode,"undo_keep",rtn % % No. undo records %Zundo_keep%
  99. mode,"backpath",rtn % % Path to backup files %Zbackpath%
  100. :defmenu cursor
  101. mode,"pg",rtn % % No. PgUp/PgDn lines %Zpg%
  102. mode,"mid",rtn C Center on scroll %Zmid%
  103. mode,"floatmouse",rtn % % Click past end %Zfloatmouse%
  104. mode,"rtbutton",rtn % % Right button %Zrtbutton%
  105. :defmenu marking
  106. mode,"autoswap",rtn % % Autoswap mode %Zautoswap%
  107. mode,"marking",rtn % % Marking %Zmarking%
  108. mode,"lightoff",rtn % % Auto unmask %Zlightoff%
  109. :defmenu tab
  110. mode,"smarthome",rtn % % Smart home key %Zsmarthome%
  111. mode,"smartbacks",rtn % % Smart backspace %Zsmartbacks%
  112. mode,"indentfirst",rtn % % To indent first %Zindentfirst%
  113. mode,"purify",rtn % % Clean up indents %Zpurify%
  114. mode,"spaces",rtn % % No tabs %Zspaces%
  115. {Basic
  116. \i Help Screen \|turn off with ^KH more help with ESC . (^[.) \i
  117. \i \i\|\uCURSOR\u \|\uGO TO\u \|\uBLOCK\u \|\uDELETE\u \|\uMISC\u \|\uEXIT\u \|\i \i
  118. \i \i\|^B left ^F right \|^U prev. screen \|^KB begin \|^D char. \|^KJ reformat \|^KX save \|\i \i
  119. \i \i\|^P up ^N down \|^V next screen \|^KK end \|^Y line \|^KA center \|^C abort \|\i \i
  120. \i \i\|^Z previous word \|^A beg. of line \|^KM move \|^W >word \|^T options \|^KZ shell \|\i \i
  121. \i \i\|^X next word \|^E end of line \|^KC copy \|^O word< \|^R refresh \|\uFILE\u \|\i \i
  122. \i \i\|\uSEARCH\u \|^KU top of file \|^KW file \|^J >line \|\uSPELL\u \|^KE edit \|\i \i
  123. \i \i\|^KF find text \|^KV end of file \|^KY delete \|^_ undo \|^[N word \|^KR insert\|\i \i
  124. \i \i\|^L find next \|^KL to line No. \|^K/ filter \|^^ redo \|^[L file \|^KD save \|\i \i
  125. }
  126. {Windows
  127. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  128. \i \i\|^KO Split the window in half \|^KE Load file into window \|\i \i
  129. \i \i\|^KG Make current window bigger \|^KT Make current window smaller \|\i \i
  130. \i \i\|^KN Go to the window below \|^KP Go to the window above \|\i \i
  131. \i \i\|^[V Switch to next buffer \|^[U Switch to previous buffer \|\i \i
  132. \i \i\|^C Eliminate the current window \|^KI Show all windows / Show one window\|\i \i
  133. }
  134. {Advanced
  135. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  136. \i \i\|\uMACROS\u \|\uMISC\u \|\uSCROLL\u \|\uSHELL\u \|\uGOTO\u \|\uI-SEARCH\u \|\i \i
  137. \i \i\|^K[ 0-9 Record \|^K SPACE status \|^[W Up \|^K' Window \|^[B To ^KB \|^[R Backwards\|\i \i
  138. \i \i\|^K] Stop \|^K\\ Repeat \|^[Z Down \|^[! Command \|^[K To ^KK \|^[S Forwards \|\i \i
  139. \i \i\|^K 0-9 Play \|\uINSERT\u \|^K< Left \|\uQUOTE\u \|\uDELETE\u \|\uBOOKMARKS\u \|\i \i
  140. \i \i\|^K? Query \|^] split line \|^K> Right \|^[' Ctrl- \|^[Y yank \|^[ 0-9 Goto \|\i \i
  141. \i \i\|^[D Dump \|^SPACE ins space\| \|^\\ Meta- \|^[O line< \|^[^[ Set \|\i \i
  142. }
  143. {Programs
  144. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  145. \i \i\|\uGOTO\u \|\uINDENT\u \|\uCOMPILING\u \uQUICK\u \|\i \i
  146. \i \i\|^G Matching ( [ { \|^K, less \|^[C Compile & parse ^G find word under cursor \|\i \i
  147. \i \i\|^K- Previous place \|^K. more \|^[G Grep & parse ^[ENTER complete word \|\i \i
  148. \i \i\|^K= Next place \|\uFILE\u \|^[= To next error ^[Y paste deleted text \|\i \i
  149. \i \i\|^K; Tags file search \|^K ` \|^[- To prev. error ^[^Y cycle through deleted \|\i \i
  150. \i \i\| \| revert \|^[ SP Jump to error \|\i \i
  151. }
  152. {Search
  153. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  154. \i \iSpecial search sequences: \|\i \i
  155. \i \i \\^ \\$ matches beg./end of line \\? match any single char \|\i \i
  156. \i \i \\< \\> matches beg./end of word \\* match 0 or more chars \|\i \i
  157. \i \i \\c matches balanced C expression \\\\ matches a \\ \|\i \i
  158. \i \i \\[..] matches one of a set \\n matches a newline \|\i \i
  159. \i \i \\+ matches 0 or more of the character which follows the \\+ \|\i \i
  160. \i \iSpecial replace sequences: \|\i \i
  161. \i \i \\& replaced with text which matched search string \|\i \i
  162. \i \i \\0 - 9 replaced with text which matched Nth \\*, \\?, \\c, \\+, or \\[..] \|\i \i
  163. \i \i \\\\ replaced with \\ \\n replaced with newline \|\i \i
  164. }
  165. {SearchOptions
  166. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  167. \i \iSearch options: \|\i \i
  168. \i \i r Replace \|\i \i
  169. \i \i k Restrict search to highlighted block, which can be rectangular \|\i \i
  170. \i \i b Search backward instead of forward \|\i \i
  171. \i \i i Ignore case \|\i \i
  172. \i \i a Search across all loaded files \|\i \i
  173. \i \i e Search across all files in Grep or Compile error list \|\i \i
  174. \i \i w Wrap to beginning of file for this search \|\i \i
  175. \i \i n Do not wrap to beginning of file for this search \|\i \i
  176. \i \i nnn Perform exaclty nnn replacements \|\i \i
  177. }
  178. {Math
  179. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  180. \i \i \uCOMMANDS\u (hit ESC m for math) \uFUNCTIONS\u \|\i \i
  181. \i \i hex hex display mode sin cos tab asin acos atan \|\i \i
  182. \i \i dec decimal mode sinh cosh tanh asinh acosh atanh \|\i \i
  183. \i \i ins type result into file sqrt cbrt exp ln log \|\i \i
  184. \i \i eval evaluate block int floor ceil abs erg ergc \|\i \i
  185. \i \i 0xff enter number in hex joe(..macro..) - runs an editor macro \|\i \i
  186. \i \i 3e-4 floating point decimal \uBLOCK\u \|\i \i
  187. \i \i a=10 assign a variable sum cnt Sum, count \|\i \i
  188. \i \i 2+3:ins multiple commands avg dev Average, std. deviation \|\i \i
  189. \i \i e pi constants \uOPERATORS\u \|\i \i
  190. \i \i ans previous result ! ^ * / % + - < <= > >= == != && || ? :\|\i \i
  191. }
  192. {Names
  193. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  194. \i \i Hit TAB at file name prompts to generate menu of file names \|\i \i
  195. \i \i Or use up/down keys to access history of previously entered names \|\i \i
  196. \i \i Special file names: \|\i \i
  197. \i \i !command Pipe in/out of a shell command \|\i \i
  198. \i \i >>filename Append to a file \|\i \i
  199. \i \i - Read/Write to/from standard I/O \|\i \i
  200. \i \i filename,START,SIZE Read/Write a part of a file/device \|\i \i
  201. \i \i Give START/SIZE in decimal (255), octal (0377) or hex (0xFF) \|\i \i
  202. }
  203. {Joe
  204. \i Help Screen \|turn off with ^KH prev. screen ^[, next screen ^[. \i
  205. \i \i Send bug reports to: http://sourceforge.net/projects/joe-editor \|\i \i
  206. \i \i \|\i \i
  207. \i \i default joerc file is here /etc/joe/joerc \|\i \i
  208. \i \i default syntax and i18n files are here /usr/share/joe \|\i \i
  209. \i \i additional documentation can be found here /usr/share/doc/joe \|\i \i
  210. }
  211. {CharTable
  212. \i Help Screen \|turn off with ^KH prev. screen ^[, \i
  213. \i \i\| Dec \u 0123 4567 8901 2345 0123 4567 8901 2345 \u Dec \|\i \i
  214. \i \i\| | | \|\i \i
  215. \i \i\| 0 | \u@ABC\u \uDEFG\u \uHIJK\u \uLMNO\u \i\u@ABC\u\i \i\uDEFG\u\i \i\uHIJK\u\i \i\uLMNO\u\i | 128 \|\i \i
  216. \i \i\| 16 | \uPQRS\u \uTUVW\u \uXYZ[\u \u\\]^_\u \i\uPQRS\u\i \i\uTUVW\u\i \i\uXYZ[\u\i \i\u\\]^_\u\i | 144 \|\i \i
  217. \i \i\| 32 | !"# $%&' ()*+ ,-./ ���� ���� ���� ���� | 160 \|\i \i
  218. \i \i\| 48 | 0123 4567 89:; <=>? ���� ���� ���� ���� | 176 \|\i \i
  219. \i \i\| 64 | @ABC DEFG HIJK LMNO ���� ���� ���� ���� | 192 \|\i \i
  220. \i \i\| 80 | PQRS TUVW XYZ[ \\]^_ ���� ���� ���� ���� | 208 \|\i \i
  221. \i \i\| 96 | `abc defg hijk lmno ���� ���� ���� ���� | 224 \|\i \i
  222. \i \i\| 112 | pqrs tuvw xyz{ |}~ ���� ���� ���� ���� | 240 \|\i \i
  223. }
  224. :windows Bindings common to all windows
  225. type ^@ TO �
  226. abort ^C
  227. abort ^K Q
  228. abort ^K ^Q
  229. abort ^K q
  230. arg ^K \
  231. explode ^K I
  232. explode ^K ^I
  233. explode ^K i
  234. help ^K H
  235. help ^K ^H
  236. help ^K h
  237. hnext ^[ .
  238. hprev ^[ ,
  239. math ^[ m
  240. math ^[ M
  241. msg ^[ h
  242. msg ^[ H
  243. msg ^[ ^H
  244. nextw ^K N
  245. nextw ^K ^N
  246. nextw ^K n
  247. pgdn .kN
  248. pgdn ^V
  249. pgdn ^[ [ 6 ~
  250. pgup .kP
  251. pgup ^U
  252. pgup ^[ [ 5 ~
  253. play ^K 0 TO 9
  254. prevw ^K P
  255. prevw ^K ^P
  256. prevw ^K p
  257. query ^K ?
  258. record ^K [
  259. retype ^R
  260. rtn ^M
  261. shell ^K Z
  262. shell ^K ^Z
  263. shell ^K z
  264. stop ^K ]
  265. defmdown MDOWN
  266. defmup MUP
  267. defmdrag MDRAG
  268. defm2down M2DOWN
  269. defm2up M2UP
  270. defm2drag M2DRAG
  271. defm3down M3DOWN
  272. defm3up M3UP
  273. defm3drag M3DRAG
  274. xtmouse ^[ [ M
  275. if,"char==65",then,"it's an A",else,"it's not an a",endif ^[ q
  276. :main Text editing window
  277. :inherit windows
  278. :def ispellfile filt,"cat >ispell.tmp;ispell ispell.tmp </dev/tty >/dev/tty;cat ispell.tmp;/bin/rm ispell.tmp",rtn,retype
  279. :def ispellword psh,nextword,markk,prevword,markb,filt,"cat >ispell.tmp;ispell ispell.tmp </dev/tty >/dev/tty;tr -d <ispell.tmp '\\012';/bin/rm ispell.tmp",rtn,retype,nextword
  280. :def aspellfile filt,"SPLTMP=ispell.tmp;cat >$SPLTMP;aspell --lang=",language,".",charset," -x -c $SPLTMP </dev/tty >/dev/tty;cat $SPLTMP;/bin/rm $SPLTMP",rtn,retype
  281. :def aspellword psh,nextword,markk,prevword,markb,filt,"SPLTMP=ispell.tmp;cat >$SPLTMP;aspell --lang=",language,".",charset," -x -c $SPLTMP </dev/tty >/dev/tty;tr -d <$SPLTMP '\\012';/bin/rm $SPLTMP",rtn,retype,nextword
  282. aspellfile ^[ l
  283. aspellword ^[ n
  284. :def compile mwind!,mfit!,querysave,query,scratch,"* Build Log *",rtn,bof,markb,eof," ",markk,blkdel,build
  285. :def grep_find mwind!,mfit!,scratch,"* Grep Log *",rtn,bof,markb,eof," ",markk,blkdel,grep
  286. :def man scratch,"* Man Page *",rtn,bof,markb,eof," ",markk,blkdel," ",ltarw,run,"man -P cat -S 2:3 "
  287. paste ^[ ] 5 2 ;
  288. insc ^[ [ 2 ~
  289. insc ^[ [ L
  290. delch ^[ [ 3 ~
  291. pgup ^[ [ I
  292. pgdn ^[ [ G
  293. home ^[ [ 1 ~
  294. home ^[ [ H
  295. home ^[ O H
  296. home ^[ [ 7 ~
  297. eol ^[ [ 4 ~
  298. eol ^[ [ F
  299. eol ^[ O F
  300. eol ^[ [ 8 ~
  301. rtarw,ltarw,begin_marking,rtarw,toggle_marking ^[ [ 1 ; 5 C
  302. rtarw,ltarw,begin_marking,rtarw,toggle_marking ^[ [ 5 C
  303. rtarw,ltarw,begin_marking,rtarw,toggle_marking ^[ O c
  304. ltarw,rtarw,begin_marking,ltarw,toggle_marking ^[ [ 1 ; 5 D
  305. ltarw,rtarw,begin_marking,ltarw,toggle_marking ^[ [ 5 D
  306. ltarw,rtarw,begin_marking,ltarw,toggle_marking ^[ O d
  307. uparw,dnarw,begin_marking,uparw,toggle_marking ^[ [ 1 ; 5 A
  308. uparw,dnarw,begin_marking,uparw,toggle_marking ^[ [ 5 A
  309. uparw,dnarw,begin_marking,uparw,toggle_marking ^[ O a
  310. dnarw,uparw,begin_marking,dnarw,toggle_marking ^[ [ 1 ; 5 B
  311. dnarw,uparw,begin_marking,dnarw,toggle_marking ^[ [ 5 B
  312. dnarw,uparw,begin_marking,dnarw,toggle_marking ^[ O b
  313. blkdel,nmark ^[ [ 3 ; 5 -
  314. blkdel,nmark ^[ [ 3 ; 5 ~
  315. yank ^[ [ 2 ; 5 -
  316. yank ^[ [ 2 ; 5 ~
  317. delbol ^[ o
  318. delbol ^[ ^O
  319. dnslide ^[ z
  320. dnslide ^[ Z
  321. dnslide ^[ ^Z
  322. dnslide,dnslide,dnslide,dnslide MWDOWN
  323. compile ^[ c
  324. compile ^[ C
  325. compile ^[ ^C
  326. grep_find ^[ g
  327. grep_find ^[ G
  328. grep_find ^[ ^G
  329. execmd ^[ x
  330. execmd ^[ X
  331. execmd ^[ ^X
  332. finish ^[ ^I
  333. finish ^[ ^M
  334. mwind,mfit,jump,bol ^[ SP
  335. isrch ^[ s
  336. isrch ^[ S
  337. isrch ^[ ^S
  338. notmod ^[ ~
  339. mwind,mfit,prevw,nxterr ^[ =
  340. parserr ^[ e
  341. parserr ^[ E
  342. parserr ^[ ^E
  343. mwind,mfit,prevw,prverr ^[ -
  344. rsrch ^[ r
  345. rsrch ^[ R
  346. rsrch ^[ ^R
  347. run ^[ !
  348. tomarkb ^[ b
  349. tomarkb ^[ ^B
  350. tomarkk ^[ k
  351. tomarkk ^[ ^K
  352. tomarkk ^[ K
  353. txt ^[ i
  354. txt ^[ I
  355. upslide ^[ w
  356. upslide ^[ ^W
  357. upslide ^[ W
  358. upslide,upslide,upslide,upslide MWUP
  359. yank ^[ y
  360. yankpop ^[ ^Y
  361. yank ^[ Y
  362. insc ^@
  363. nbuf ^[ v
  364. nbuf ^[ V
  365. nbuf ^[ ^V
  366. pbuf ^[ u
  367. pbuf ^[ U
  368. pbuf ^[ ^U
  369. quote8 ^\
  370. quote ^[ '
  371. quote ^Q
  372. backs ^?
  373. backs ^H
  374. backw ^O
  375. bknd ^K '
  376. blkcpy ^K C
  377. blkcpy ^K ^C
  378. blkcpy ^K c
  379. blkdel ^K Y
  380. blkdel ^K ^Y
  381. blkdel ^K y
  382. blkmove ^K M
  383. blkmove ^K ^M
  384. blkmove ^K m
  385. blksave ^K W
  386. blksave ^K ^W
  387. blksave ^K w
  388. bof ^K U
  389. bof ^K ^U
  390. bof ^K u
  391. home .kh
  392. home ^A
  393. center ^K A
  394. center ^K ^A
  395. center ^K a
  396. crawll ^K <
  397. crawlr ^K >
  398. delch .kD
  399. delch ^D
  400. deleol ^J
  401. dellin ^Y
  402. delw ^W
  403. dnarw .kd
  404. dnarw ^N
  405. dnarw ^[ O B
  406. dnarw ^[ [ B
  407. edit ^K E
  408. edit ^K ^E
  409. edit ^K e
  410. eof ^K V
  411. eof ^K ^V
  412. eof ^K v
  413. eol .kH
  414. eol .@7
  415. eol ^E
  416. exsave ^K X
  417. exsave ^K ^X
  418. exsave ^K x
  419. ffirst ^K F
  420. ffirst ^K ^F
  421. ffirst ^K f
  422. filt ^K /
  423. fnext ^L
  424. fmtblk ^K J
  425. fmtblk ^K ^J
  426. fmtblk ^K j
  427. gomark ^[ 0 TO 9
  428. groww ^K G
  429. groww ^K ^G
  430. groww ^K g
  431. insc .kI
  432. insf ^K R
  433. insf ^K ^R
  434. insf ^K r
  435. lindent ^K ,
  436. line ^K L
  437. line ^K ^L
  438. line ^K l
  439. ltarw .kl
  440. ltarw ^B
  441. ltarw ^[ O D
  442. ltarw ^[ [ D
  443. macros ^[ d
  444. macros ^[ ^D
  445. markb ^K B
  446. markb ^K ^B
  447. markb ^K b
  448. markk ^K K
  449. markk ^K ^K
  450. markk ^K k
  451. menu,"root",rtn ^T
  452. nextpos ^K =
  453. nextword ^X
  454. open ^]
  455. prevpos ^K -
  456. prevword ^Z
  457. reload ^K `
  458. redo ^^
  459. rindent ^K .
  460. rtarw .kr
  461. rtarw ^F
  462. rtarw ^[ O C
  463. rtarw ^[ [ C
  464. run ^K !
  465. save ^K D
  466. save ^K S
  467. save ^K ^D
  468. save ^K ^S
  469. save ^K d
  470. save ^K s
  471. setmark ^[ ^[
  472. shrinkw ^K T
  473. shrinkw ^K ^T
  474. shrinkw ^K t
  475. splitw ^K O
  476. splitw ^K ^O
  477. splitw ^K o
  478. stat ^K SP
  479. tag ^K ;
  480. tomatch ^G
  481. undo ^_
  482. uparw .ku
  483. uparw ^P
  484. uparw ^[ O A
  485. uparw ^[ [ A
  486. :prompt Prompt windows
  487. :inherit main
  488. if,"byte>size",then,complete,complete,else,delch,endif ^D
  489. complete ^I
  490. dnarw,eol .kd
  491. dnarw,eol ^N
  492. dnarw,eol ^[ O B
  493. dnarw,eol ^[ [ B
  494. uparw,eol .ku
  495. uparw,eol ^P
  496. uparw,eol ^[ O A
  497. uparw,eol ^[ [ A
  498. :menu Selection menus
  499. :inherit windows
  500. pgupmenu ^[ [ I
  501. pgdnmenu ^[ [ G
  502. bolmenu ^[ [ 1 ~
  503. bolmenu ^[ [ H
  504. bolmenu ^[ O H
  505. bolmenu ^[ [ 7 ~
  506. eolmenu ^[ [ 4 ~
  507. eolmenu ^[ [ F
  508. eolmenu ^[ O F
  509. eolmenu ^[ [ 8 ~
  510. abort ^[ ^[
  511. backsmenu ^?
  512. backsmenu ^H
  513. bofmenu ^K U
  514. bofmenu ^K ^U
  515. bofmenu ^K u
  516. bolmenu .kh
  517. bolmenu ^A
  518. dnarwmenu .kd
  519. dnarwmenu ^N
  520. dnarwmenu ^[ [ B
  521. dnarwmenu ^[ O B
  522. dnarwmenu MWDOWN
  523. eofmenu ^K V
  524. eofmenu ^K ^V
  525. eofmenu ^K v
  526. eolmenu .kH
  527. eolmenu ^E
  528. ltarwmenu .kl
  529. ltarwmenu ^B
  530. ltarwmenu ^[ [ D
  531. ltarwmenu ^[ O D
  532. pgdnmenu .kN
  533. pgdnmenu ^V
  534. pgdnmenu ^[ [ 6 ~
  535. pgupmenu .kP
  536. pgupmenu ^U
  537. pgupmenu ^[ [ 5 ~
  538. rtarwmenu .kr
  539. rtarwmenu ^F
  540. rtarwmenu ^[ [ C
  541. rtarwmenu ^[ O C
  542. rtn SP
  543. rtn ^I
  544. rtn ^K H
  545. rtn ^K h
  546. rtn ^K ^H
  547. tabmenu ^I
  548. uparwmenu .ku
  549. uparwmenu ^P
  550. uparwmenu ^[ [ A
  551. uparwmenu ^[ O A
  552. uparwmenu MWUP
  553. defm2down M2DOWN
  554. :query Single-key query window
  555. :inherit windows
  556. :querya Single-key query window for quoting
  557. type ^@ TO �
  558. :querysr Search & replace query window
  559. type ^@ TO �
  560. :shell Input to shell windows
  561. :inherit main
  562. "" ^C Abort
  563. "" ^D Eof
  564. " " ^I Tab
  565. "" ^H Backspace
  566. " " ^M Return
  567. "" ^? Backspace
  568. :vtshell Input to ANSI shell windows
  569. :inherit main
  570. ""  [ A
  571. "" .ku
  572. ""  [ B
  573. "" .kd
  574. ""  [ C
  575. "" .kr
  576. ""  [ D
  577. "" .kl
  578. "" ^A BOL for bash
  579. "" ^C Abort
  580. "" ^D Eof
  581. "" ^E EOL for bash
  582. " " ^I Tab
  583. "" ^H Backspace
  584. " " ^M Return
  585. "" ^? Backspace