Qt 6.5 virtualkeyboard does not hide
-
Switching from Qt 5.15 to Qt 6.5, I've noticed that the virtual keyboard does not have the "Hide" key anymore. Wich is a bummer because there also seems to be a bug where the keyboard does not hide when pressing the enter key after filling a TextField...
I tried to overcome this issue by creating my own layout in qrc:/imports/QtQuick/VirtualKeyboard and by adding qputenv("QT_VIRTUALKEYBOARD_LAYOUT_PATH", ":/imports/QtQuick/VirtualKeyboard/Layouts"); in main.cpp but now when printing VirtualKeyboardSettings.availableLocales I only have my custom layout "fr_CH" and the number, dialpad, digits etc... are not available anymore unless I copy the fallback layout in my folder
What did I miss to add correctly my own layout? And why did the default layout changed with Qt 6?