3 messages in com.googlegroups.sketchuprubyRe: programming the ALT key using ruby?
FromSent OnAttachments
tomot27 Jul 2007 12:28 
Todd Burch - Katy, Texas27 Jul 2007 12:53 
tomot28 Jul 2007 15:40 
Subject:Re: programming the ALT key using ruby?
From:Todd Burch - Katy, Texas (mr.t@gmail.com)
Date:07/27/2007 12:53:08 PM
List:com.googlegroups.sketchupruby

Yes. You would have to code up a Tool class, and use the onLButtonDown, and also code up onKeyDown / onKeyUp methods to toggle a switch for the modifier key. The cross platform constants you can use for the ALT key are doc'ed in the Tool class.

Personally, I would suggest getting used to pressing the mouse wheel down and orbiting that way.

Todd