![]() |
Increase file browser button size?
I find the prev/next buttons in the file browser to be tiny and difficult to press, especially when I need to press them many times quickly.
Here's a drawing of roughly what I'd like the file browser UI to look like. https://i.imgur.com/92OGQfL.png Is it easily possible to configure something along these lines? I found the settings in defaults.lua that allow for detailed customization of touch areas when actually reading a book, but I haven't been able to find anything similar for the file browser. It would also be fine by me if these big buttons were invisible, allowing more space to display book metadata, and I'd just have to know to click in the middle in order to open a book. |
Just do a swipe gesture
|
Quote:
|
Quote:
|
In settings → taps & gestures you can customize most of the corners as additional back/forward zones.
Also in settings → screen → you can make the entire UI larger by lowering the DPI setting. |
Quote:
I don't see it though. If I go to: [be in file browser] -> settings -> Taps and gestures -> Gesture manager -> Tap corner -> Bottom left -> File browser Then I get to choose between "Folder up", "Show plus menu", "Refresh content", "Folder shortcuts", "OPDS Catalog". None of those are back/forward. Should I be looking in a different place in the menu hierarchy? |
Quote:
|
Quote:
|
Quote:
You are free to enjoy whatever UI interactions you want on your own devices. |
There are no actions for filebrowser page turns in Taps&Gestures at the moment.
|
Quote:
I think I'll take a look at the code and see how much effort it would be to implement page controls and also allow the file browser to configure all the same tap areas as the reading ui. |
Very nice. Page turning with chevrons starts here
https://github.com/koreader/koreader.../menu.lua#L769 |
I made some progress. https://github.com/Hyphen-ated/korea...af398a4c580a09
Adding configurable actions to page through the file browser was easy. I also unlocked the ability to configure the top-left and top-right corners, which had been intentionally disabled because the Home and Plus buttons are there. But I want to be able to have top corners that are like, 1/4 the width and height of the screen, so it makes total sense to have these usable even when there's also a tiny button there. I'm not sure how to make the user-configured tap areas take priority over the item_table entries representing files. Right now my big corner tap areas work great, as long as there's fewer than a full page of files so my tap doesn't get eaten. I haven't found any explicit Z-ordering in the code. Maybe I need to do something in some object's onMenuSelect? |
Quote:
|
| All times are GMT -4. The time now is 05:10 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.