in my application i using QtVirtualKeyboard and i have a problem: When using the virtual keyboard, I cannot use the system keyboard shortcut to switch layouts. The application will be used on touch screens and in the desktop version. I know that I can just disable the virtual keyboard for desktop mode, but I would like the virtual keyboard to be available on it too. Tell me, is this behavior of the application when using a virtual keyboard in conjunction with a physical one - is this the norm? If so, is there a way to painlessly make friends with the system hotkey with changing the layout on the virtual keyboard?
So far, I have been able to implement only one solution - to define a hotkey in QML and, when it is activated, change the layout on the virtual keyboard, but I do not know how to get a list of available layouts in Qt.