[Optimoz] Re: Make a gesture run functionality provided by an
extension
Jens Bannmann
jens.b at web.de
Thu Dec 8 22:07:04 EST 2005
Stuart Langridge wrote:
> Can I set a mouse gesture to do something that is provided by a
> Firefox extension? Specifically, with the "foxpose" extension
> installed, can I have a gesture that does the equivalent of clicking
> on the foxpose button in the status bar?
Sure, just set the function type to "Custom" and enter the following
JavaScript code (tested with Foxpose 0.2):
Viamatic.Xpose.Main();
You should be able to do similar things with virtually all extensions
that have such a single button, or menu item. One day, someone might
even write a tutorial how to figure out the commands.
Best regards,
Jens
More information about the Optimoz
mailing list