Results 59 comments of dracodoc

I think maybe just modify the css to disable hyphenation will be a more general method. I modified my epub.css and saw the difference. So this request is not needed...

The original epub.css --- ``` body { text-indent: 0px; margin: 0; text-align: justify; } ``` --- My modified epub.css --- ``` body { text-indent: 40px; margin: 0; text-align: justify; hyphenate:...

I don't understand why you would call adding a toggle in KPV easier than adding one line in css. The css already defined hyphenation, use an application toggle break css...

Of course, I didn't suggest KPV to provide all kinds of css, that will be an impossible task. Every user have different preferences, and there are many ebooks made by...

@houqp , do you have time to have a look at this? This should be a simple problem. There is even comment in code mentioned that self.pos not updated in...

I knew it looks updated in the code, but I'm not sure if that part get executed in the special case -- using alt+K/L to jump bookmarks, then press page...

No problem, you don't have to hurry at all! Take care :)

@houqp , I verified page mode, the same bug exists in page mode. I guess very few people use the keyboard version of kpv now, even less people use the...

@houqp , if you started to use your DXG, one of the more critical bug is that sometimes kpv crashes after a while into sleep and all the bookmarks and...

Another related problem is, the alt+K/L function of jumping between bookmarks doesn't work in page mode. I have to change to scroll mode to use the feature. I'm not sure...