Learn something new everyday.. So if I got this right...
If you start the game, and press F2 it shows the key assignments for an S6 Williams game.
Here you will see that the "6" is defined as the HiScore Reset.
So there goes your plunger if you use "6".
How do you redefine this - well .. edit s6.vbs file
and simply comment out that line that intercepts the 6 and resets the hiscore.
About line 83 & 108, add a single quote to make that line a comment or simply remove that/this line and save the s6.vbs file. Take a copy of it if this is a bit foreign to you.
' Case keyHiscoreReset .Switch(swHiScoreReset) = True
' Case keyHiscoreReset .Switch(swHiScoreReset) = False
Let me know how this works for you..
Note for others - this is a special circumstance where the poster has changed his plunger from the default enter key to the 6 key. People should not normally have to make this change.
Edited by allknowing2012, 13 May 2016 - 02:40 AM.