markyboy782 Posted September 9, 2014 Share Posted September 9, 2014 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 More sharing options...
Sir Cheddar Posted September 10, 2014 Share Posted September 10, 2014 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.