Hacker News new | ask | show | jobs
by uryga 2380 days ago
maybe there should be two keybindings for mousing-over and clicking, i'd say hovering is relatively rare in comparison
1 comments

Maybe? I don't know if there's defined behaviour JS wise for a "click" event not following a "mouseover" though.
There is, you can trigger click events from JavaScript without a mouse going over the element: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement...