Hacker News new | ask | show | jobs
by selimco 641 days ago
I think space is usually the key that performs a click on focused buttons, not enter.
2 comments

It's up to the user agent. On one platform it's the spacebar, on another it's the return key. Of course, fake controls written in JS wouldn't be able to do this. Which is why it's the wrong thing to do.
I was talking about the default button (typically blue, activated with enter), not the currently focused button (outlined, space).