This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB keyboard support for Qt applications in ti-sdk-am335x-evm-05.07.00.00

Is USB keyboard support configured in the Qt 4.8.3 build included in the 05.07.00.00 version of the SDK? How can I tell?

It seems that following Qt Tips and doing "export QWS_KEYBOARD=USB:/dev/input/event1" does not work.

If I write a Qt plugin with the key "kbdhandler" and do "export QWS_KEYBOARD=kbdhandler:/dev/input/event1" I get keypress events, but then I have to map these to a keyboard layout. I would rather not do this if a standard generic keyboard is already available.

Any suggestions? Thanks in advance!

marion