I want to scroll horizontally using keyboard arrows when hovering on div.
I also tried to simulate a click
document.getElementById("demo").onmouseover = function() {this.click()};
But it's not working, is there another way?
codepen link: https://codepen.io/Muh-Ail/pen/NWyqrzJ?editors=0010