Qt 5.3.2 embedded, eglfs, terminal keyboard disable problem
-
Hi all,
the title says all. Anyway i have a really simple Qt application on my board, with a single TextInput component (i'm using QML), the focus is on this component. When i run the application and i try to write something, the pressed keys appears into the terminal under the Qt app.
I've already read here http://qt-project.org/doc/qt-5/embedded-linux.html#keyboard and i tried to play with parameters but with no luck. I'm not using evdev for inputs because it gave me some problems with my touchscreen.Any suggestions?
Thank you in advance
Claudio