Quote:
Originally Posted by Mikou
I agree with theducks. If you use Windows, right click on the book you are trying to open and click Properties. Select "Open with..." then click the change button. Change the associated program to "The main calibre program" instead of "The calibre editor". Apply the changes and everything should be back to normal.
If you use something other than Windows, the procedure should be similar even though the labels may be a little different. Good luck.
|
AFAIK you can't get to Editor (T) from the viewer (V).
Note: The main Calibre interface is NOT 'the viewer'
This Tweak controls double-click in the main Calibre Interface
Code:
ID: doubleclick_on_library_view
You can control the behavior of double clicks and pressing enter on the books list. Choices: open_viewer, do_nothing, edit_cell, edit_metadata. Selecting anything other than open_viewer has the side effect of disabling editing a field using a single click. Default: open_viewer. Example: doubleclick_on_library_view = 'do_nothing' You can also control whether the book list scrolls horizontal per column or per pixel. Default is per column.