cyberscorpio / superstart

A Firefox extension
45 stars 15 forks source link

Open all items of a group with mouse middle click #54

Open ghost opened 10 years ago

ghost commented 10 years ago

This currently works with CTRL + click. It would be great if the mouse middle click could do the same, as when opening new tabs. Something like this, I guess

if (evt.ctrlKey || evt.metaKey || evt.button === 1) {

here

https://github.com/cyberscorpio/superstart/blob/84a8bd75b22d18d8fd7f1627875e0ed2e325174f/xpi/chrome/content/js/sites.js#L511