I'm using virtualkeyboard of Qt5 on embedded device, and no mouse, the keyboard is not full pc keyboard, but just has eleven keys, which include up/down/left/right, enter, esc....
so I want focus on virtualkeyboard, and use up/down/left/right/enter to control virtualkeyboard, simulate mouse to click on virtual key.
how to do?
There doc.qt.io/qt-5/qtvirtualkeyboard-build.html mentioned that
qtvirtualkeyboard
should be build witharrow-key-navigation
option. Like thisAlso recommend to build
examples/virtualkeyboard/basic/
withdisable-desktop
option and use it sources as example.