Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

the shadow blue buttons


markyboy782

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...