Other than using xdotool
is there a way to scroll down by a set amount using a command. In other words, what is the scrolling command?
I'm not looking for a keyboard shortcut, I want a command for scrolling by say 10px in the currently focussed window. I also don't want xdotool
because I need the "deeper command", what is "executed" when the wheel is rolled.
xdotool
– Tim May 30 '14 at 17:36xdotool
literally provides and executes a wheel scroll event, not a keyboard shortcut. – mchid Nov 02 '20 at 17:58