Created
April 24, 2023 05:27
-
-
Save dahngeek/e664a3016b7cf1fb17c2024b6415ec06 to your computer and use it in GitHub Desktop.
Scroll down or up using a command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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