Shorcutting a Double Click
-
is it possible? say you need to repeat some difficult offsets: instead of double clicking you can instead highlight with pushpull then press the key...
-
Should be possible because a Tool doesn't have to be of a particular class, it just has to implement an informal protocol. What that means is you can just send onLButtonDoubleClick (or onMButtonDoubleClick) to the Tool and it will do its thing.
Adam
-
Thanks Adam, good to know it is possible - now i hope someone with a ruby brain picks that up!
-
@adamb said:
Should be possible because a Tool doesn't have to be of a particular class, it just has to implement an informal protocol. What that means is you can just send onLButtonDoubleClick (or onMButtonDoubleClick) to the Tool and it will do its thing.
Adam
This may be possible on a Tool created using Ruby, I don't think it can be done on a built-in tool such as PushPull.
-
due to harcoding i guess.. pity because it could be useful for those task..
remains to check whether some mouse tweaking programs can do that, you never know
Advertisement