/input-tools

A collection of scripts for automating tedious input devices interactions

Primary LanguageShellApache License 2.0Apache-2.0

input-tools

A collection of scripts for automating tedious input device interactions

Auto scroll

To automate scrolling execute the following script:

./scroll.sh $delay $number_of_activations

So, the first argument here is an integer which represents the number of seconds to wait between simulating actions, and the second argument is the number of actions sent each time between the intervals.