home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / dos / commo641 / commo.mac < prev    next >
Text File  |  1994-11-20  |  20KB  |  452 lines

  1.                                  ┌────────────┐
  2.   PgDn for more macros           │ Macro File │           PgDn for more macros
  3.                                  └────────────┘
  4.  
  5.   Most of the macros in this file support {COMMO} features, such as file
  6.   transfers and VT102 emulation.  Others are provided as examples and may need
  7.   to be modified to work for you.  More examples are shown in SAMPLES.MAC.
  8.  
  9.   See MACRO.DOC for a complete guide to programming {COMMO} macros.
  10.  
  11.  
  12.   ASCII Upload macro, press Alt-A
  13.   ────────────────────────────────────────────────────────────────────────────
  14.   {:ala} {ascii %uldir\} {}             ASCII Upload with upload path
  15.  
  16.  
  17.   Macro to review capture file, press Shift-F8                Program required
  18.   ────────────────────────────────────────────────────────────────────────────
  19.   {:sf8} {exec LIST %_cap /e} {}  (aka Scrollback using no RAM)       LIST.COM
  20.  
  21.  
  22.   Simple login macro, press F2
  23.   ────────────────────────────────────────────────────────────────────────────
  24.   {:nf2} {send First|~~Last|~~~~%_pas|} {}       RBBS, PCBoard, Auntie, etc.
  25.  
  26.  
  27.   Macro to list download directory, press Alt-F10
  28.   ────────────────────────────────────────────────────────────────────────────
  29.   {:af0} {exec-w dir %dldir /w} {}                 Download directory
  30.  
  31.  
  32.   Macros to load VT102/VT220/PINE keyboard files
  33.   ────────────────────────────────────────────────────────────────────────────
  34.   {:vt102} {goto ,vt102.mac}        Put "vt102" in directory macro field
  35.   {:vt220} {goto ,vt220.mac}        Put "vt220" in directory macro field
  36.   {:pine}  {goto ,pine.mac}         Put "pine" in directory macro field
  37.  
  38.  
  39.   Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  40.   ────────────────────────────────────────────────────────────────────────────
  41.   {:pcb} {capture y,c:\commo\pcb.cap} {asci ,}
  42.          {setlook 60,hng}
  43.          {lookfor graphics} {send y|}
  44.          {setlook 60,hng,6,n|}
  45.          {lookfor first name?}
  46.          {send First Last|~%_pas|}          <= your name here
  47.          {lookfor Main Board Command?} {}
  48.   {:hng} {hangup y} {stop}
  49.  
  50.  
  51.   CompuServe login macro
  52.   ────────────────────────────────────────────────────────────────────────────
  53.   {:cis} {setlook 45,hng,2,^c} {send ^c}
  54.          {capt y,c:\commo\cis.%_day} {asci ,:}
  55.          {lookfor User ID:} {send XXXXX,XXX|}  <= Change to your user ID
  56.          {setl 20,hng} {lookfor Password:} {send %_pas|} {}
  57.  
  58.  
  59.   GEnie login macro
  60.   ────────────────────────────────────────────────────────────────────────────
  61.   {:genie}
  62.          {setlook 90,hng} {capt y,c:\commo\genie.%_day}
  63.          {asci ,>} {local y} {send ~H~H~H}
  64.          {lookfor u#} {send XXXXXXXX,%_pas|} {}  <= Change to your user #
  65.  
  66.  
  67.   Doorway Mode macro (key must be defined in COMMO.SET)
  68.   ────────────────────────────────────────────────────────────────────────────
  69.   {:al=} {doorway} {}                   Toggle Doorway Mode
  70.  
  71.  
  72.   DOWNLOAD (receive) menu macro
  73.   ────────────────────────────────────────────────────────────────────────────
  74.   {:pgd} {:mpd}
  75.    {setv _menu1,               [F1] for HELP}
  76.    {setv _menu3, Z ■ Zmodem batch (mode=%zr_mode)        Internal}
  77.    {setv _menu4, (Press "M" to change Zmodem receive mode)}
  78.    {setv _menu5, Y ■ Ymodem batch                 Internal}
  79.    {setv _menu6, G ■ Ymodem-G batch               Internal}
  80.    {setv _menu7, X ■ Xmodem-CRC  (or old Ymodem)  Internal}
  81.    {setv _menu8, O ■ Xmodem-G                     Internal}
  82.    {setv _menu9, S ■ Xmodem csum                  Internal}
  83.   {setv _menu11,   IMPORTANT:  The following external}
  84.   {setv _menu12,    protocols require that the indicated}
  85.   {setv _menu13,    program be installed on your system.}
  86.   {setv _menu15, H ■ HS/Link              using HSLINK.EXE}
  87.   {setv _menu16, K ■ Kermit               using KERMIT.EXE}
  88.   {setv _menu17, B ■ CompuServe B, B+     using OZBEXT.EXE}
  89.    {setv _mlabel,phld,pcbr,,,,,pygr,phbr,,,pckr,,pmzm,,pxgr,,,,px2r,,,,,px1r,pybr,pzbr}
  90.    {setv _mcolor,%menu_clr}
  91.    {menu 21,47,DOWNLOAD Protocol Menu} {return}
  92.  
  93.   Help        {:phld} {help z} {goto mpd}
  94.   Zmodem      {:pzbr} {setv pr_alarm} {setv pr_down,%dldir} {call z_recv} {}
  95.   Y batch     {:pybr} {setv pr_alarm} {setv pr_down,%dldir} {call yb_recv} {}
  96.   Y-G batch   {:pygr} {setv pr_alarm} {setv pr_down,%dldir} {call yg_recv} {}
  97.   X CRC       {:px1r} {setv pr_alarm} {call gfnd} {call xc_recv} {}
  98.   X-G         {:pxgr} {setv pr_alarm} {call gfnd} {call xg_recv} {}
  99.   X csum      {:px2r} {setv pr_alarm} {call gfnd} {call xs_recv} {}
  100.   HSLink      {:phbr} {setv pr_alarm} {setv pr_down,%dldir} {setv pr_file}
  101.                       {info-q0s0 Any files to upload?}
  102.                       {ifco ,phbr_1} {call gfnu}
  103.               {:phbr_1} {call h_recv} {}
  104.   Kermit      {:pckr} {setv pr_alarm} {setv pr_down,%dldir} {call k_recv} {}
  105.   CIS BPlus   {:pcbr} {setv pr_alarm} {setv pr_down,%dldir} {call b_recv} {}
  106.  
  107.   {:gfnd} {setv pr_file,%dldir\} {input pr_file,Enter a filename to DOWNLOAD}
  108.           {ifex %pr_file,,gf_y} {info-q0 File exists, overwrite?}
  109.           {ifco gf_y} {send ^x^x^x^x^x^x^x^x^h^h^h^h^h^h^h^h^h^h} {}
  110.   {:gf_y} {return}
  111.  
  112.  
  113.   UPLOAD (send) menu macro
  114.   ────────────────────────────────────────────────────────────────────────────
  115.   {:pgu} {:mpu}
  116.    {setv _menu1,               [F1] for HELP}
  117.    {setv _menu3, Z ■ Zmodem batch                 Internal}
  118.    {setv _menu4, Y ■ Ymodem batch                 Internal}
  119.    {setv _menu5, G ■ Ymodem-G batch               Internal}
  120.    {setv _menu6, X ■ Xmodem-1K  (old Ymodem)      Internal}
  121.    {setv _menu7, O ■ Xmodem-G                     Internal}
  122.    {setv _menu8, S ■ Xmodem                       Internal}
  123.   {setv _menu10,   IMPORTANT:  The following external}
  124.   {setv _menu11,    protocols require that the indicated}
  125.   {setv _menu12,    program be installed on your system.}
  126.   {setv _menu14, H ■ HS/Link              using HSLINK.EXE}
  127.   {setv _menu15, K ■ Kermit               using KERMIT.EXE}
  128.   {setv _menu16, B ■ CompuServe B, B+     using OZBEXT.EXE}
  129.    {setv _mlabel,phlu,pcbs,,,,,pybs,phbs,,,pcks,,,,px1s,,,,px2s,,,,,px1s,pybs,pzbs}
  130.    {setv _mcolor,%menu_clr}
  131.    {menu 20,47,UPLOAD Protocol Menu} {return}
  132.  
  133.   Help        {:phlu} {help z} {goto mpu}
  134.   Y batch     {:pybs} {setv pr_alarm} {call gfnu} {call yb_send} {}
  135.   X-1K        {:px1s} {setv pr_alarm} {call gfnu_x} {call xk_send} {}
  136.   X           {:px2s} {setv pr_alarm} {call gfnu_x} {call x_send} {retu}
  137.   Zmodem      {:pzbs} {setv pr_alarm} {call gfnu} {call z_send} {}
  138.   HS/Link     {:phbs} {setv pr_alarm} {setv pr_down,%dldir} {call gfnu}
  139.                       {call h_send} {}
  140.   Kermit      {:pcks} {setv pr_alarm} {call gfnu_x} {call k_send} {}
  141.   CIS BPlus   {:pcbs} {setv pr_alarm} {setv pr_up,%uldir} {call b_send} {}
  142.  
  143.   {:gfnu}   {call sel_delsend}
  144.             {inst sel_up,y} {comp _pos,1} {ifco gfnu_s}
  145.             {setv pr_file,%uldir\}
  146.             {input pr_file,Filename to UPLOAD (Press Enter for picklist)}
  147.             {comp pr_file} {ifco gfnu_s}
  148.             {comp pr_file,%uldir\} {ifco gfnu_s}
  149.             {ifex %pr_file,,gfnu_n} {return}
  150.   {:gfnu_n} {info-d2 File not found}
  151.   {:gfnu_s} {inst sel_pns,y} {comp _pos,1} {ifco gfnu_p}
  152.             {call select} {goto gfnu_t}
  153.   {:gfnu_p} {setv pr_file,@%_hom%^(send^).lst}
  154.             {exec-d %protodir\COMMOPNS.EXE %_hom%^(send^).lst -D%uldir -S%_mod}
  155.   {:gfnu_t} {comp pr_file} {ifco gfnu_c}
  156.             {ifexist %_hom^(send^).lst,,gfnu_c} {return}
  157.   {:gfnu_c} {send ^x^x^x^x^x^x^x^x^h^h^h^h^h^h^h^h^h^h}
  158.             {inform-s0d1 No files to send} {}
  159.  
  160.   {:gfnu_x} {call gfnu} {ifex %_hom^(send^).lst,,gfnu_r}
  161.             {ropen %_hom^(send^).lst,gfnu_c}
  162.   {:gfnu_a} {read pr_file} {comp pr_file} {ifco gfnu_a} {rclose}
  163.   {:gfnu_r} {return}
  164.  
  165.  
  166.   Protocol macros used for DOWNLOADING (receiving)
  167.   ────────────────────────────────────────────────────────────────────────────
  168.    These are the basic download protocol macros and may be CALLed
  169.    from anywhere. The following variables must be set (if applicable):
  170.      pr_down    download directory
  171.      pr_file    filespec (files to download)
  172.      pr_alarm   set to: 0    - alarm off
  173.                         1+   - number of rings
  174.                         null - default rings (from setup)
  175.  
  176.   Internals
  177.    {:z_recv}  {goto zmr_%zr_mode}                              Zmodem batch
  178.     {:zmr_s} {:zmr_} {rzmo %pr_down} {goto zmr_end}   Skip (default)
  179.     {:zmr_r}  {rzmo-r %pr_down} {goto zmr_end}        Resume
  180.     {:zmr_n}  {rzmo-n %pr_down} {goto zmr_end}        Rename
  181.     {:zmr_o}  {rzmo-y %pr_down} {goto zmr_end}        Overwrite
  182.     {:zmr_end} {alarm %pr_alarm} {retu}
  183.    {:yb_recv} {rymo %pr_down} {alarm %pr_alarm} {retu}         Ymodem batch
  184.    {:yg_recv} {rymo-g %pr_down} {alarm %pr_alarm} {retu}       Ymodem-G batch
  185.    {:xc_recv} {rxmo-y %pr_file} {alarm %pr_alarm} {retu}       Xmodem-CRC
  186.    {:xg_recv} {rxmo-gy %pr_file} {alarm %pr_alarm} {retu}      Xmodem-G
  187.    {:xs_recv} {rxmo-c0y %pr_file} {alarm %pr_alarm} {retu}     Xmodem-Csum
  188.  
  189.   HS/Link
  190.    {:h_recv} {exec-d %protodir\HSLINK.EXE -pb0x%_pad -pi%_irq -nv %pr_file -u%pr_down}
  191.              {alarm %pr_alarm} {retu}
  192.  
  193.   Kermit
  194.    {:k_recv} {exec-d %protodir\KERMIT.EXE set file type binary, log transaction %_uselog, set port %_por, cd %pr_down, receive}
  195.              {alarm %pr_alarm} {retu}
  196.  
  197.   CIS BPlus
  198.    {:b_recv} {exec-d %protodir\OZBEXT.EXE /c%_por /f%pr_down /n /x}
  199.              {alarm %pr_alarm} {retu}
  200.  
  201.  
  202.   Protocol macros used for UPLOADING (sending)
  203.   ────────────────────────────────────────────────────────────────────────────
  204.    These are the basic upload protocol macros and may be CALLed
  205.    from anywhere. The following variables must be set (if applicable):
  206.      pr_up      upload directory (B+ only)
  207.      pr_down    download directory (HS/Link only)
  208.      pr_file    filespec (files to upload)
  209.      pr_alarm   set to: 0    - alarm off
  210.                         1+   - number of rings
  211.                         null - default rings (from setup)
  212.  
  213.   Internals
  214.    {:z_send}  {szmo %pr_file} {alarm %pr_alarm} {retu}       Zmodem batch
  215.    {:yb_send} {symo-k %pr_file} {alarm %pr_alarm} {retu}     Ymodem batch
  216.    {:xk_send} {sxmo-k %pr_file} {alarm %pr_alarm} {retu}     Xmodem 1k
  217.    {:x_send}  {sxmo %pr_file} {alarm %pr_alarm} {retu}       Xmodem
  218.  
  219.   HS/Link
  220.    {:h_send} {exec-d %protodir\HSLINK.EXE -pb0x%_pad -pi%_irq -nv %pr_file -u%pr_down}
  221.              {alarm %pr_alarm} {retu}
  222.  
  223.   Kermit
  224.    {:k_send} {exec-d %protodir\KERMIT.EXE set file type binary, log transaction %_uselog, set port %_por, send %pr_file}
  225.              {alarm %pr_alarm} {retu}
  226.  
  227.   CIS BPlus
  228.    {:b_send} {exec-d %protodir\OZBEXT.EXE /c%_por /f%pr_up /n /x}
  229.              {alarm %pr_alarm} {retu}
  230.  
  231.  
  232.   Zmodem like-named file menu macro
  233.   ────────────────────────────────────────────────────────────────────────────
  234.   {:pmzm}
  235.    {goto zmm_%zr_mode}
  236.   {:zmm_s} {:zmm_} {setv zmr_disp,Skip} {setv zmr_temp,s} {goto zmr_menu}
  237.   {:zmm_r} {setv zmr_disp,Resume} {setv zmr_temp,r} {goto zmr_menu}
  238.   {:zmm_n} {setv zmr_disp,Rename} {setv zmr_temp,n} {goto zmr_menu}
  239.   {:zmm_o} {setv zmr_disp,Overwrite} {setv zmr_temp,o}
  240.   {:zmr_menu}
  241.    {setv _menu1,    This parameter tells ^(COMMO^) what to}
  242.    {setv _menu2,    do when a file received with Zmodem}
  243.    {setv _menu3,    has the same name as a file that is}
  244.    {setv _menu4,    already in the download directory.}
  245.    {setv _menu6, S ■ Skip (do not receive the file)}
  246.    {setv _menu7, R ■ Resume (receive remainder of file)}
  247.    {setv _menu8, N ■ Rename (change last letter of name)}
  248.    {setv _menu9, O ■ Overwrite (replace the existing file)}
  249.    {setv _menu11,       Current setting is "%zmr_disp"}
  250.    {setv _menu13,       Press Enter to save setting}
  251.    {setv _mlabel,,,,,,,,,,,,,,zmm_n,zmm_o,,,zmm_r,zmm_s}
  252.    {setv _menter,zmr_done}
  253.    {setv _mcolor,%menu_clr}
  254.    {window-k}
  255.    {menu 17,47,Set Zmodem File Receive Mode} {goto zmr_esc}
  256.   {:zmr_done}
  257.    {setv zr_mode,%zmr_temp}
  258.   {:zmr_esc}
  259.    {setv zmr_disp} {setv zmr_temp} {wind-k0} {goto mpd}
  260.  
  261.  
  262.   File select macro used for uploading files
  263.   ────────────────────────────────────────────────────────────────────────────
  264.  
  265.   {:select}
  266.         {setv dsksav,%_dsk} {setv dirsav,%_dir}
  267.   {:sel_curdir}
  268.         {setv drive,%_dsk} {setv path,%_dir}
  269.         {comp uldir} {ifco sel_nouldir}
  270.         {setv path,%uldir} {inst %uldir,:}
  271.         {comp _pos,2} {ifco ,sel_nodrive}
  272.         {subs drive,1,2,%uldir} {subs path,3,66,%uldir}
  273.   {:sel_nouldir}
  274.         {call sel_chkpath}
  275.   {:sel_nodrive}
  276.         {file %drive%%path\*.*}
  277.         {ifco sel_dirok}
  278.         {info-q ULDIR is not a valid directory.  Change it?}
  279.         {ifco ,sel_exit}
  280.         {input uldir,Enter new upload directory (no "\" at end)}
  281.         {goto sel_curdir}
  282.   {:sel_dirok}
  283.         {exec-n %drive}
  284.         {comp path} {ifco sel_root}
  285.         {exec-n cd %path} {goto sel_topm}
  286.   {:sel_root}
  287.         {exec-n cd \}
  288.   {:sel_topm}
  289.         {file %drive%%path\*.*} {setv x,1} {setv endflag,0}
  290.   {:sel_floop}
  291.         {leng %_ffn} {setv padlen,12} {decr padlen,%_len}
  292.         {subs pad,1,%padlen,             }
  293.         {setv temp,%_ffn%%pad} {leng %_ffs}
  294.         {setv padlen,9} {decr padlen,%_len}
  295.         {subs pad,1,%padlen,             }
  296.         {setv temp,%temp%%pad%%_ffs}
  297.         {setv temp,%temp  %_ffd  %_fft}
  298.         {setv menu%x,%temp} {setv xl,%x} {incr x} {file-x}
  299.         {ifco ,sel_nomore}
  300.         {comp x,10} {ifco ,sel_floop}
  301.   {:sel_msetup}
  302.         {setv menu11,   [N]  Next page             [Enter] to start upload}
  303.   {:sel_lsetup}
  304.         {setv x,1}
  305.   {:sel_mloop}
  306.         {comp menu%x} {ifco sel_dispm}
  307.         {setv-s temp,menu%x}
  308.         {setv _menu%x,     %x% ■  %temp} {incr x}
  309.         {comp x,11} {ifco ,sel_mloop}
  310.   {:sel_dispm}
  311.         {setv _menu11,%menu11}
  312.         {setv _menu12,   [T]  Top of directory      [M]  Manual entry}
  313.         {setv _menu13,   [W]  vieW/edit send list   [V]  change driVe}
  314.         {setv _menu15,   "\.." = parent directory   "\xxxxx" = subdirectory}
  315.         {setv _menter,sel_done}
  316.         {setv _mlabel,sel_sel,sel_sel,sel_sel,sel_sel,sel_sel,sel_sel,sel_sel,sel_sel,sel_sel,,,,sel_manual,sel_next,,,,,,sel_topm,,sel_drive,sel_view,sel_done}
  317.         {setv _mcolor,%menu_clr}
  318.         {window-k}
  319.         {menu 19,60,Selecting files from: %drive%%path\}
  320.         {setv pr_file}
  321.         {call sel_delsend} {goto sel_exit}
  322.   {:sel_next}
  323.         {comp endflag,1} {ifco sel_enddisp}
  324.         {setv x,1} {goto sel_floop}
  325.   {:sel_nomore}
  326.         {call sel_clrmenu}
  327.         {setv menu11,   ** LAST PAGE **            [Enter] to start upload}
  328.         {setv endflag,1} {goto sel_lsetup}
  329.   {:sel_enddisp}
  330.         {setv endflag,0} {goto sel_topm}
  331.   {:sel_sel}
  332.         {comp _msn,%xl} {ifco-g sel_lsetup}
  333.         {setv-s temp,menu%_msn} {inst temp,\}
  334.         {comp _pos,1} {ifco ,sel_isfile}
  335.         {subs temp,2,8,%temp} {exec-n cd %temp} {setv path,%_dir}
  336.         {call sel_chkpath} {goto sel_topm}
  337.   {:sel_isfile}
  338.         {comp temp} {ifco sel_msetup}
  339.         {inst temp, } {setv x,%_pos} {decr x}
  340.         {subs temp,1,%x,%temp}
  341.         {wopen-a %_hom%^(send^).lst} {write %drive%%path%\%temp}
  342.         {wclose} {goto sel_lsetup}
  343.   {:sel_done}
  344.         {setv pr_file,@%_hom%^(send^).lst}
  345.   {:sel_exit}
  346.         {call sel_cleanup} {return}
  347.   {:sel_cleanup}
  348.         {exec-n %dsksav} {exec-n cd %dirsav}
  349.         {setv x,1} {call sel_clrmenu}
  350.         {setv endflag} {setv dsksav} {setv dirsav} {setv temp} {setv drive}
  351.         {setv path} {setv x} {setv xl} {setv pad} {setv padlen}
  352.         {wind-k0} {return}
  353.   {:sel_clrmenu}
  354.         {setv menu%x,} {incr x}
  355.         {comp x,12} {ifco ,sel_clrmenu} {return}
  356.   {:sel_chkpath}
  357.         {leng %path}
  358.         {comp _len,1} {ifco ,sel_notroot} {setv path}
  359.   {:sel_notroot}
  360.         {return}
  361.   {:sel_delsend}
  362.         {ifex %_hom%^(send^).lst,,sel_nolst}
  363.         {exec-n del %_hom%^(send^).lst}
  364.   {:sel_nolst}
  365.         {return}
  366.   {:sel_view}
  367.         {edit %_hom%^(send^).lst} {goto sel_lsetup}
  368.   {:sel_drive}
  369.         {wind-k0} {setv temp,%drive}
  370.         {sete-p0 sel_escoff}
  371.         {input temp,Enter new drive letter}
  372.         {setesc}
  373.         {comp temp} {ifco sel_lsetup}
  374.         {subs temp,1,1,%temp} {setv drive,%temp:}
  375.         {exec-n %drive} {setv path,%_dir}
  376.         {call sel_chkpath} {goto sel_topm}
  377.   {:sel_manual}
  378.         {wind-k0} {sete-p0 sel_escoff}
  379.         {setv temp,%uldir\}
  380.         {input temp,Enter a filename to UPLOAD}
  381.         {comp temp} {ifco sel_escoff}
  382.         {wopen-a %_hom%^(send^).lst}
  383.         {write %temp} {wclose}
  384.   {:sel_escoff}
  385.         {setesc} {goto sel_lsetup}
  386.  
  387.  
  388.   Macros for Utility Menu
  389.   ────────────────────────────────────────────────────────────────────────────
  390.   {:alu}
  391.    {setv _menu1, A ≡ Edit an External File}
  392.    {setv _menu3, B ≡ Run a Macro}
  393.    {setv _menu5, C ≡ Load a Macro File}
  394.    {setv _menu7, D ≡ Run MOSTHOST host mode}
  395.    {setv _menu8,     (use E to install)}
  396.    {setv _menu10, E ≡ View/Edit MOSTHOST}
  397.    {setv _mlabel,uext,urun,uload,uhost,vhost}
  398.    {setv _mcolor,%menu_clr}
  399.    {menu 14,32,Macro Utility Menu} {}
  400.  
  401.   {:urun}  {setv temp} {input temp,Macro to run} {goto %temp} {}
  402.  
  403.   {:uload}  {setv temp} {input temp,Macro File to load} {goto-f ,%temp}
  404.  
  405.   {:uext}  {setv temp} {input temp,Filename to edit}
  406.            {:uedit} {edit %temp} {goto alu} {}
  407.  
  408.   {:uhost} {call bbs,mosthost.mac}
  409.  
  410.   {:vhost} {setv temp,%_hom%mosthost.mac} {goto uedit}
  411.  
  412.  
  413.                     ──────────────────────────────
  414.                     Full Screen Editor Key Support
  415.                     ──────────────────────────────
  416.  
  417.   The following keys are used by full screen editors such as Visual Editor in
  418.   ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  419.   be changed to suit your own needs (all keys do not work with all editors --
  420.   capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  421.   details on character representation.
  422.  
  423.   Note that the left arrow function (^S) is also the XOFF character. This may
  424.   cause a problem on some systems.  If pressing the left arrow seems to hang
  425.   the remote, press Ctrl-Q and change the "lfa" macro to:
  426.  
  427.          {send ^[[D} {}  or  {send ^@K} {}
  428.  
  429.   PgUp and PgDn are normally used for uploading and downloading.  To use them
  430.   for editing, change the key-labels in the menus above.
  431.  
  432.   Macro                   Key             Function
  433.   ────────────────────────────────────────────────────────────────────────────
  434.   {:hom} {send ^W} {}     Home            Start of line
  435.   {:end} {send ^P} {}     End             End of line
  436.   {:pgu} {send ^R} {}     PgUp            Page up
  437.   {:pgd} {send ^C} {}     PgDn            Page down
  438.  
  439.   {:upa} {send ^E} {}     Up Arrow        Cursor up
  440.   {:dna} {send ^X} {}     Down Arrow      Cursor down
  441.   {:lfa} {send ^S} {}     Left Arrow      Cursor left
  442.   {:rta} {send ^D} {}     Right Arrow     Cursor right
  443.  
  444.   {:cla} {send ^A} {}     ^Left Arrow     Word left
  445.   {:cra} {send ^F} {}     ^Right Arrow    Word right
  446.  
  447.   {:ins} {send ^V} {}     Insert          Toggle insert mode
  448.   {:del} {send ^G} {}     Delete          Delete character
  449.   {:cnd} {send ^K} {}     ^End            Delete to end of line
  450.  
  451.                                 - end -
  452.