mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Minor changes to PageBrowser/BookMap/ReaderHandmade (#13691)
ReaderHandmade new features: Long-press to bypass input dialog for adding custom TOC chapters via highlight dialog in Reader. Custom TOC input dialog initial cursor position in front of text (for new chapter entries and 'Use selected text' option): facilitating input of chapter number. Book map new features: Separate 'Page browser on tap' setting for overview mode. Larger page-slot width adjustment via long-press on -/+. Page browser new features: Adjust 2 lines/columns at once via long-press on -/+. Add unnamed Custom TOC chapters bypassing input dialog via long-press on 'Start TOC chapter here'. readerthumbnail.lua: Fix reader menu staying open on Book map (overview) launch.
This commit is contained in:
@@ -83,6 +83,7 @@ function ReaderThumbnail:addToMainMenu(menu_items)
|
||||
-- Show the alternative overview mode (which is just a restricted
|
||||
-- variation of the main book map) with long-press (let's avoid
|
||||
-- adding another item in the crowded first menu).
|
||||
hold_keep_menu_open = false,
|
||||
hold_callback = function()
|
||||
self:onShowBookMap(true)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user