Open ghost opened 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
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