Key           Code          Key      Code
Backspace     {BS}          Break    {BREAK}
Down Arrow    {DOWN}        Esc      {ESC}
Up Arrow      {UP}          Del      {DEL}
Left Arrow    {LEFT}        Help     {HELP}
Right Arrow   {RIGHT}       Clear    {CLEAR}
Page Up       {PGUP}        Tab      {TAB}
Page Down     {PGDN}        Enter    ~
Home          {HOME}        End      {END}
F1            {F1}          F2       {F2}
F3            {F3}          F4       {F4}
F5            {F5}          F6       {F6}
F7            {F7}          F8       {F8}
F9            {F9}          F10      {F10}
F11           {F11}         F12      {F12}
Shift         +             Control  ^
Alt           %

To specify that Shift, Ctrl, and/or Alt should be held down while several other keys are pressed, enclose the other keys' code in parentheses. eg +(EC)

To specify repeating keys, use the form {key number}  eg {LEFT 42}

To invoke a dialog box asking for information (max of 3 per macro) use the following [Title;Line of Text]

To run a program (max of one run per macro) use the following [commandline;RUN]

WigWam 2 Supports the following parameters which will ber replaces 
with details taken from the currently viewed message
[SERVICE}  for CIS this is CIS for CIX this is CIX etc
[FORUM] or [CONFERENCE] the current forum/conference name
[SECTION] or [TOPIC] then current section/topic name
[AUTHOR] the author of the current message
[MSGNO] the Number of the current message
