View Single Post
Old 01-08-2024, 10:32 PM   #14
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,789
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Bradles View Post
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.

Click image for larger version

Name:	Screenshot 2024-01-09 140640.jpg
Views:	1150
Size:	61.7 KB
ID:	205685

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
BetterRed is offline   Reply With Quote