I'm writing a bash script to control a browser remotely. So far I have vertical scrolling implemented using
xdotool click 4 //up
xdotool click 5 //down
How can I implement horizontal scrolling using xdotool? I saw numbers 6 and 7 mentioned on some site, but that did not work.