foxygestures icon indicating copy to clipboard operation
foxygestures copied to clipboard

OneTab gesture integration

Open Guttts opened this issue 7 years ago • 4 comments

I like https://addons.mozilla.org/en-US/firefox/addon/onetab/ a lot. I use it frequently, but it is a chore to right click and move through the menus to make it do what I need and sometimes I need to do it for several tabs individualy in a row. Gesture would be much easier.

Is it please possible to include gestures that would fire actions of this addon? Or allow custom codes and then I would ask for some tips how to write it as I didnt manage that in firegestures and OneTab guys never replied to me.

Im looking for gestures for these actions: Send only this tab to OneTab Send tabs on the right to OneTab

Thanks for your addon and any help

Guttts avatar Nov 19 '17 08:11 Guttts

Same here. That would be great.

memiarz avatar Nov 19 '17 16:11 memiarz

This would require cooperation from the OneTab author. They would have to add a listener to runtime.onMessageExternal to provide an API to invoke OneTab commands. Then you could use a User Script to invoke OneTab with gestures.

marklieberman avatar Nov 20 '17 00:11 marklieberman

Thanks for the idea @Guttts and for @marklieberman for getting in touch. We'll investigate implementing this and will post on this thread when it is ready.

one-tab avatar Nov 22 '17 11:11 one-tab

@one-tab Temporary containers extension has implemented an onMessageExternal API in a similar use case to this issue. See #223 if you want to see how they did it.

marklieberman avatar May 03 '18 16:05 marklieberman