View Single Post
Old 20th March 2014, 06:20 PM   #21
Hans_Petter
Member
Advanced member
 
Join Date: Mar 2010
Location: Norway
Posts: 45
Default Re: AC3D 7.2 Out Now!

Quote:
Originally Posted by Andy View Post
You can put something like this in a .tcl file in the scripts folder:
Code:
acbind . <Control-w> "ac3d select_surfaces_connected"
Choose a control key combination and for that function use "ac3d snaptofirst" as the command.
I just tried to assign Control r by making a snaptofirst.tcl with the string

acbind . <Control-r> "ac3d snaptofirst"

This didn't work, probably since "control r" is taken. Provided the syntax is correct, could you please suggest a key that's available?
Hans_Petter is offline   Reply With Quote