Created
April 24, 2023 05:27
Scroll down or up using a command
This file contains hidden or 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