From: John H. <jdh...@ac...> - 2003-11-19 14:02:09
|
>>>>> "Charles" == Charles R Twardy <cha...@in...> writes: Charles> I might even suggest replacing the "pan" and "zoom" Charles> buttons by just using left-click and right-click for the Charles> drag. That way I can change tasks without mousing Charles> around. Zoom-rectangle could even be middle-click. This is the way VTK does it and it is great. All three mouse buttons are used for pan, zoom and rotate. The only problem is for application developers using matplotlib, who will probably want to reserve some of the mouse buttons over figures for context menus or measurement tools, etc... I have done both in my applications. Its possible to do both via different toolbars, but there are only so many hours in the day. I'll let it simmer. JDH |