I am running Qt embedded on an arm based linux distribution (common os). The device has keyboard input. When I first run the application, the keyboard works fine. But after 2 minutes or so, the keyboard stops sending events. If I restart the application, this scenario is repeated.
The application calls grabKeyboard() on the main window to get keyboard input. I don't have QWS_KEYBOARD set to anything and I don't think that this is needed.
Does anyone know how I can keep the keyboard alive, or, worst case, wake it up somehow?
Bookmarks