Link hardware keyboard to QtVirtualKeyboard
Unsolved
General and Desktop
-
Hi,
I'm developing a Desktop Application using only Qt (but my QML sources are compiled).
I've enabled the virtual keyboard because I use it to have the Pinyin keyboard (available on virtual keyboard).My problem is the following :
When I press key on the virtual keyboard, I have the Pinyin prediction (this is the operation that I want). But when I press key on my physical (hardware) keyboard, the key events are not forwarded to the virtual keyboard...
I need this to have the pinyin prediction with virtual keyboard AND physical keyboard.Do you know I can do to apply physical key press to the virtual keyboard ?
Thanks