Quote:
Originally Posted by Comfy.n
Please test this version:
|
First and second items
The third (Escape to relinquish focus)

This came from a member of my local library reading group.
If Escape is troublesome, how about making the "Focus Extended Book Details panel" a toggle?
If you change this action_spec to:
Code:
class LeftBookDetailsAction(InterfaceAction):
name = 'Extended Book Details'
action_spec = (_('Extended Book Details'), None, _('Toggle Extended Book Details in the left pane'), None)
The full name will appear in menus, and the "Use short button label (EBD)" config setting will take care of button labels.
You might want to tweak the padlock icon for dark mode, the shackle needs to be a lighter colour.
BR