The following table lists the WindE keywords used in the macro key
definitions for extended ASCII keys. Table position is based on the
key's hexadecimal scan code, which may be useful for some programming
applications on the PC.

                   
                    WindE Extended Function Code Chart 
                   

͸
 MSD   0    1    2    3    4    5    6    7    8    9    A  
 LSD Ĵ
  0  -----alt-Qalt-Dalt-B   f6 down  cf3  af9alt-9cPad+ a-dn
  1   aEscalt-Walt-Falt-N   f7 PgDn  cf4 af10alt-0 c-dnaPgDn
  2  -----alt-Ealt-Galt-M   f8  ins  cf5cPrnt alt- cIns aIns
  3  ctl-@alt-Ralt-Halt-,   f9  del  cf6 c-lf alt= cDel aDel
  4  -----alt-Talt-Jalt-.  f10  sf1  cf7 c-rtcPgUp----------
  5   cTabalt-Yalt-Kalt-/-----  sf2  cf8 cEnd  f11----- aTab
  6  -----alt-Ualt-L----------  sf3  cf9cPgDn  f12----------
  7  -----alt-Ialt-;aPad* home  sf4 cf10cHome sf11aHome-----
  8  -----alt-Oalt-'-----   up  sf5  af1alt-1 sf12 a-up-----
  9  -----alt-Palt-`----- PgUp  sf6  af2alt-2 cf11aPgUp-----
  A  aPgUpalt-[----------aPad-  sf7  af3alt-3 cf12----------
  B  -----alt-]alt-\   f1 left  sf8  af4alt-4 af11 a-lf-----
  C  -----aEntralt-Z   f2 Pad5  sf9  af5alt-5 af12aPad5-----
  D  ----------alt-X   f3right sf10  af6alt-6 c-up a-rt-----
  E  aBkSpalt-Aalt-C   f4aPad+  cf1  af7alt-7cPad-----------
  F   sTabalt-Salt-V   f5  end  cf2  af8alt-8cPad5 aEnd-----
;


Printable characters can be used directly in macro files with the
exception of the space. When WindE saves a text file (a macro file is a
text file), all trailing spaces are deleted. This could cause problems
when saving a macro file since a macro line could continue on the next
line immediately following a space character.

Other non-printable character keywords are each of the control codes and
are listed in the following table (organized by hexadecimal code):

      
       WindE Control Code Chart 
      

        ͸
         MSD   0    1    2  
         LSD Ĵ
          0  ctl-@ctl-Pspace
          1  ctl-Actl-Q     
          2  ctl-Bctl-R     
          3  ctl-Cctl-S     
          4  ctl-Dctl-T     
          5  ctl-Ectl-U     
          6  ctl-Fctl-V     
          7  ctl-Gctl-W     
          8   BkSpctl-X     
          9    tabctl-Y     
          A  ctl-Jctl-Z     
          B  ctl-K  esc     
          C  ctl-Lctl-\     
          D  enterctl-]     
          E  ctl-Nctl-^     
          F  ctl-Octl-_     
        ;
