Quote:
Originally Posted by BetterRed
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