F1 is now the same as pressing HELP

After much pressure from the Genesis V users who enter specs through a PC with emulation, we have now made Genesis V link to Help using F1 as well as HELP. Many apologies to you ex-38ers who regard F1 as the return key not F3 but I'm afraid you are now in the minority.

Function key translation is performed in a program called GVXCKY which resides in GVGPL as well as GVINP3P4. Therefore you will find the source to this program in GVRUNSRC/GVGPLSRC. This program returns an array of 31 function keys to the calling program (every GV generated interactive program). Currently the DSPF I/O feed back code for F1 is translated into '01' and Help as 'HP' so it is a relatively easy step to change your version of GVXCKY to return 'HP' to your interactive program if F1 is pressed. It may of course be easier to re-map the PC keyboards to make F1 return the HELP sensor code.