44

On some websites Ctrl + clicking links opens them in the same tab... grrrr! Yet right-clicking > Open in new tab, does work.

It's frustrating - is there any way to make Ctrl + click work on all websites? Why doesn't this work on the occasional website? I.e. what's the technical reason?

2 Answers2

13

It is because of JavaScript that captures your clicks and, because of that, interferes with your keyboard shortcuts. If you disable JavaScript then shortcuts should start to work again. You can test it by pressing CTRL+SHIFT+I (Developer tools), then clicking Settings (gear icon) and enabling option Disable JavaScript.

pvc
  • 399
5

Middle-clicking seems to work like a ctrl-click (as mentioned by Firelord in the comments).

mdc
  • 171