Customizing calibre

From WickyWiki
Revision as of 20:00, 1 June 2022 by Wilbert (talk | contribs) (Created page with "Category:Books Category:202206 In Calibre e-book manager I usually change the double click behavior in the library viewer. By default the viewer will open each time you doubleclick with your mouse. Source: * https://manual.calibre-ebook.com/customize.html Go to: * Preferences > Advanced > Tweaks > Search 'doubleclick' Change: doubleclick_on_library_view = 'open_viewer' Into (for example): doubleclick_on_library_view = 'edit_cell' Info: You can contro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


In Calibre e-book manager I usually change the double click behavior in the library viewer. By default the viewer will open each time you doubleclick with your mouse.

Source:

Go to:

  • Preferences > Advanced > Tweaks > Search 'doubleclick'

Change:

 doubleclick_on_library_view = 'open_viewer'

Into (for example):

 doubleclick_on_library_view = 'edit_cell'

Info:

 You can control the behavior of double clicks and pressing Enter on the books
 list. Choices: open_viewer, do_nothing, show_book_details, edit_cell,
 edit_metadata. Selecting anything other than open_viewer or show_book_details
 has the side effect of disabling editing a field using a single click.
 Default: open_viewer.