Okay...
So I checked. you would do
scroll 25
assuming a kindle keyboard I would use launchpad to do that.
on a 4 I am not so sure..
Hope that helps....
From Code:
Quote:
// get optional command-line params
if (argc > 1) pct = atoi(argv[1]); // scroll percent (0-100)
if (argc > 2) fx = atoi(argv[2]); // update type (0-2)
|