I'm not sure a marker_size would make sense without being also changed for every book. I have some books that have so many TOC entries that the progress bar right now is nearly useless since it is all black, while in general I agree it is pretty thin.
I think what koreader needs is a concept to edit way more settings while it is running.
If you want to manually make it stronger search edit
frontend/ui/widget/virtualkeyboard.lua
and change this value (line 40 on):
Quote:
if #self.TOC > 0 then
for i=1, #self.TOC do
v = self.TOC[i]
bb:paintRect(x+(my_size.w-2*self.margin_h)*(v.page/self.last), y+self.margin_v+self.bordersize,
2,(my_size.h-2*(self.margin_v+self.bordersize)), self.bordercolor)
end
end
|
3 will do, I would not go much higher.
To the keyboard, well, we don't have such an easy to configure keyboard right now, sorry.
But again, you can edit one layout yourself, this is done in
frontend/ui/widget/virtualkeyboard.lua
from line 124 on.
I suggest you use columns 5-8 or 9-12 and overwrite the "world" and "Äéß" settings. Just enter your letters instead of the existing ones.