View Single Post
Old 04-17-2024, 05:14 PM   #117
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,688
Karma: 5444398
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by BeckyEbook View Post
1. Preserences > Keyboard Shortcuts
Shortcut field is focus trap for keyboard only users.
The Tab or Shift+Tab keys either do nothing or the tab is inserted into the field when trying to assign.
Not much I can do here. Since both Tab and Shift are valid shortcut keys especially when used with other modifiers. All I can do is remove it from the tab to shift focus chain by setting its focusPolicy() to Qt::ClickFocus

Quote:
2. MetaData Editor
Current focus order on the buttons: Add Metadata, Remove, Add Property.
This should now be fixed in master.

Quote:
3. Generate Table of Contents
No focus for "Select headings…"

It is designed that way. It is intentionally set in the HeadingSelector.ui to be Qt::ClickFocus since you must actually activate it from a pulldown that only works in one direction (or sequence).

I will look into how if we can change that combobox widget in some way to make things work. They will probably take a while.

Last edited by KevinH; 04-17-2024 at 05:19 PM.
KevinH is offline   Reply With Quote