Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

the shadow blue buttons


markyboy782

Recommended Posts

Posted

Hi All

on my table the shadow's blue buttons are up and down arrow and I would like to change this to magnasave. I notice on the script that they use the key code under vpmkeys.vbs but there is no code for magnasave so it is not as simple as just changing the key code in the script.

Could anyone help with this

Posted

The Magnasave key gets defined inside VP in Preferences/Keys, not in vpmkeys.vbs. In the script it should look like this:

KeyDown

If keycode = LeftMagnaSave Then Controller.Switch(34) = True

If keycode = RightMagnaSave Then Controller.Switch(12) = True

KeyUp

If keycode = LeftMagnaSave Then Controller.Switch(34) = False

If keycode = RightMagnaSave Then Controller.Switch(12) = False

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...