Hacker News new | ask | show | jobs
by zmgsabst 1285 days ago
What is it that doesn’t work?

I started at the home page and could middle click on both images and blue text, down to individual items. (Using Chrome from Linux.)

1 comments

Oh this is interesting; right click and "open in new tab" seems to work, but cmd+click (my preferred method) doesn't. They must have something else going on that interferes with it, very strange.
It all works on my machine. Firefox/Win11. Not sure what's happening for you.
I'm on MacOS; I think I found the issue in the code they use for navigation. It's checking for ctrlKey on the MouseEvent and not MetaKey as well, which is what CMD maps to on MacOS. I might email them about it.