xdotool might do the trick. Search for xdotool on the forum, copy over the libraries and the file. You might have to link the libraries using:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/location/of/libraries
then run the following in the command line:
path/to/xdotool mousemove X Y click 1
where X and Y are coords - so 400, 400 to go page forward on pw2.
...but this doesn't work with koreader only native Kindle
|