View Single Post
Old 01-24-2020, 11:07 AM   #2
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by icetbr View Post
SO, koreader disabled cropping for NT kindles. I was looking into testing the manual cropping capabilities. I remember using it with the old kindlepdfviewer and it was very good.

Can someone recommend me the last version with a workable cropping for non touch kindles?

Thanks.
No one, sadly. KOReader started as a reimplementation of kpdfviewer for touch devices. @onderock added support for key navigation, but leaved page crop disabled as you can see in this PR: https://github.com/koreader/koreader/pull/3785

So, you might want to look for other program or implement it yourself. Open a new ticker on github could help to raise awareness of the issue, but I doubt a lot of people with NT devices are using KO.

BTW, if you're interested to implement the feature yourself, you can emulate a non touch device on desktop linux & mac, using
Code:
DISABLE_TOUCH=1 ./kodev run
pazos is offline   Reply With Quote