View Single Post
Old 8th November 2013, 04:45 PM   #2
jentron
Senior Member
Professional user
 
Join Date: Nov 2007
Posts: 139
Default Re: Remapping the keyboard bindings

Ah, found it. You can edit tcl/ac3dview.tcl (warning, may void your warranty!)

I added a line like:
Code:
	acbind $top <Control-p> { ac3d flip_edge }
in with the other lines that looked like that and it worked!

I also edited tcl/ac3d.tcl (warning, may again void your waranty!) so the new short-cut shows up on the menu:
Code:
   .mbar.surface.menu add command -label "Flip Triangle Edge" -command "ac3d flip_edge" -underline 0 -accelerator [accel Ctrl+P]
jentron is offline   Reply With Quote