|  | Let me rephrase, and see if your answer is still the same...
We have quite a few PC users who go through various emulators
to get to ALL-IN-1, in addition to our regular ALL-IN-1 users using 
VT340s, etc.  What we would like to do is toggle between say four
keyboards maps with the GOLD H function within Help rather than two
(LK201/LK100) which are currently there - not remap the keyboards
themselves.  This would be for display purposes only. 
Thanks,
Lucy
 | 
|  |     From the fact that you mention Gold-H, I assume you're talking about
    the help for WPS-PLUS.
    
    The standard help form is called USA_LK201 (or USA_VT100 for VT100
    style keyboards). The ekys are re-defined (so that pressing them gives
    help on them, instead of doing whatever it normally does) via key
    definitions on form USA_KEYBD_DEF (which USA_LK201 does a SET_MENU to,
    to establish it as the source of default key definitions.)
    
    The definition of GOLD H on that form is little mysterious! All it
    seems to do is to toggle the value of a permanent symbol $HELP_CHOICE
    between 0 and 1. It must be this that selects the help form to display,
    using the two other permanent symbols $KEYBOARD1 and $KEYBOARD2 (which
    are set to USA_LK201 and USA_VT100 respectively, if you're using a US
    system).
    
    Unfortunately, I can't find anything that does this form selection. I
    suspect it might be buried in the WPS-PLUS editor code, in which case
    you're out of luck. You could try asking in their Notes file (see 4.*
    in here for a pointer).
    
    Good luck,
    Dave.
 |