Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created April 24, 2023 05:27
Show Gist options
  • Save dahngeek/e664a3016b7cf1fb17c2024b6415ec06 to your computer and use it in GitHub Desktop.
Save dahngeek/e664a3016b7cf1fb17c2024b6415ec06 to your computer and use it in GitHub Desktop.
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