Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
379 stars 26 forks source link

Pressing Ctrl+U has no effect #18

Closed HansVanNeck closed 2 years ago

HansVanNeck commented 2 years ago

You cannot underline text in Edit mode. Nor with the Underline Icon, nor with Control U.

Cuperino commented 2 years ago

I have had this problem when the font in question does not support that particular font style (be it underline, italic or bold).

What font are you using? What program was the text copied from? What operating system were you running here?

HansVanNeck commented 2 years ago

It is not depended on the font. The text was inserted from Qprompt Windows 10.

I found hat if you first open de font color box, you the underline button works. So it is a start up initialization problem

Cuperino commented 2 years ago

Very interesting! I'll try see if I can replicate it this way.

Cuperino commented 2 years ago

Confirmed as duplicate to bug in issue #25.

Cuperino commented 2 years ago

Bug is due to Qt's file dialog using Ctrl+U as a shortcut to move one directory above, and this shortcut not being disabled when the file dialog isn't shown.

All fixes are to be done upstream and not in QPrompt itself.

Some potential fixes are:

Cuperino commented 2 years ago

Issue fixed upstream.