QLineEdit doesn't recognize {,},[ or ] characters from German keyboard on Mac
Solved
General and Desktop
-
A customer on macOS 12 says that curly and square bracket characters typed on his German keyboard don't appear in QLineEdit widgets. Most other characters are ok.
He can paste them in, but he can't type them.
QTableWidgetItem widgets work as expected.
If he changes his keyboard to US layout, then he can type these characters.
I'm not doing anything clever with these QLineEdits (no event filters etc).
I looked through the Qt bug database, but couldn't find anything.
My application is built with Qt 5.15.2.
Any ideas?