Hi Dan,
Thank you for pointing me to the demo script. Its cool to map a VRED menu to a cube but that's not what I am looking to do.
I just want to toggle on and off the Collaboration window in VRED without mouse clicking the icon or going to Interaction - Collaboration. Too many clicks to get to the window.
I'm looking to make a toggle like the preferences scripts:
keyQs = vrKey(Key_Q, ShiftButton)
keyQs.connect("togglePivotManipulator()")
keyQs.setDescription("Toogle Pivot Manipulator")
The Collaboration window will auto open when I use the VRED-Collaboration.vrs attachment. When you double click it will auto load VRED and open the Collaboration window and fill out the address.
This is the code in this .vrs file:
<?xml version="1.0"?>
<vred_collaboration link="USBLXWDCAD929DK/6a1b61612bc4e3" version="1"/>
Just want a toggle hotkey to open the window!
Thank you for your assistance.
Shawn