


Unzip the file attached above to get the UpdateRhinoClipboard.exe helper program and put it in that appdata folder. It will be a path like: C:\Users\Michael\AppData\Roaming\Moi That will open up the MoI appdata folder where some MoI files are already stored. To do that press Win+R to open the Windows "Run" dialog and put in: %AppData%\Moi and push Enter. One possibility would be to store it in the MoI appdata folder. Hi feirui445, the folder can be anywhere on your system where it is convenient for you to store a downloaded file. Rhino script for going the reverse direction here: You'll need to update the c:\\path\\ to the path where you saved it, and also note that instead of just one \ character you need 2 of them like \\ because a single \ is an escape character in JavaScript.Īny luck with Ctrl+V working from Rhino 7 to Moi with that in place? Script: ( 'c:\\path\\UpdateRhinoClipboard.exe', 'target=moi', true /*wait for finish*/ ) ( 'paste' ) To do that go to Options > Shortcut Keys and for the Ctrl+V key that currently has "Paste" for its Command value, instead put in this: Then you'll need to modify the Ctrl+V shortcut key in MoI to run the helper app before doing the paste. Hi renklint, I've attached the helper app here.
