View Single Post
Old 04-12-2023, 10:31 PM   #1031
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by BetterRed View Post
Wait up - I used to be able to Tab into the Text box in View mode, and tab through any embedded links - which meant I could press Enter to use (i.e. test) them. If possible I'd really like to have that feature restored.

BR
When the text type is HTML, then Qt will allow me to set the focus directly at the beginning of the HTML text in view mode. Tabbing once will get you to the first URI.

I have just added the setting of the focus above to occur as soon as HTML is detected and the radio button for HTML is checked in View Mode. Only for HTML; Qt doesn't allow that for QTextEdits for Plain and Markdown, only QTextBrowsers for HTML. Qt knows about needing to tab to links in HTML.

There is also the CTRL+N shortcut to do the same in the Menu, but it appears that its activating signal is getting consumed sometimes. I will look into it.


DaltonST
DaltonST is offline   Reply With Quote