Which class in Qt Virtual Keyboard handles hardware keyboard input processing?
Unsolved
QML and Qt Quick
-
I am trying to identify the class in Qt Virtual Keyboard that processes hardware keyboard input.
Specifically, I want to assign the functionality of an existing key to a new keycode that is sent from a remote control.Could you guide me on which part of the code I should modify to achieve this?
-
Hi,
AFAIK there's no such class. Qt Virtual Keyboard provides an on screen keyboard that is not tied to any hardware.
What is your goal ?