Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created April 24, 2023 05:27
Scroll down or up using a command
xdotool click 4
xdotool click 5
while true; do xdotool click 5; sleep 0.1; done
// scroll until you killl the command.
https://askubuntu.com/questions/474546/is-there-a-command-to-scroll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment