criticic / llpp

llpp original source code before it turned to protestware. NOTE: changes are made on the "latest" branch, master is locked and remains as it was.
Other
28 stars 6 forks source link

slower autoscroll speed? #4

Open doctorcolossus opened 1 year ago

doctorcolossus commented 1 year ago

Hello and thank you for llpp!

Is there any simple way to change or reduce the preset autoscroll speeds or steps? I know how to control the speed with the up & down arrow keys, but the minimum speed still seems to be slightly too fast for me.

I aim to synchronize scrolling a PDF with its accompanying audiobook audio. Since the minimum scrolling speed is too fast, I have to resort to speeding up the audio to achieve this, which is of course less comfortable than reducing the autoscroll speed would be.

fstecker commented 10 months ago

There is an "auto scroll speed" setting, but it only takes integer values, and I would assume that is not fine enough for this use case. It's probably possible to make a patch changing this to a floating point value, but I'm not sure how difficult that change would be.