View Single Post
Old 28th February 2005, 03:23 PM   #4
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default

I assume you know about the cursor-keys and control+up/down for zoom?

It should be possible to add some binding for your own hot keys. If you are feeling brave - see tcl/ac3dview.tcl (do_bindings).

Something like:

bind $window Z "ac3d zoomview <factor-you-can-experiment-with>"

might work.

Remembering previous locations is more involved but probably could be done from a tcl/tk script.

Andy
Andy is offline   Reply With Quote