Quote:
Originally Posted by Bradles
By "detailed" book details panels, do you mean the window that pops up when pressing i? Is there more than one?
I suspect that the cover has the keyboard focus, which may be for a reason or maybe not. Perhaps Kovid can shed some light and depending... might be amenable to changing the behaviour slightly?
Adding the following code to class CoverView / def __init__ in widgets.py seems to do the trick:
Code:
self.setFocusPolicy(Qt.FocusPolicy.NoFocus)
|
That should have been '
detached book details'. Yes, there are two of them… one that follows the book list; and another that locks onto the current book, of which you can have multiple instances.
I'm sure you're right about the cover having initial kb focus. I push them aside… so, I'd forgotten they were even there. Now I know
why I have to hit tab first, it's less likely to bother me, so happy to leave it be.
BR