Is there any way to handle Android screen-on keyboard key event?
More precisely, I need "Tab" key event.
tab.jpg
Example code:
On console, there's nothing.Qt Code:
TextField { Keys.onPressed: { console.log("key: " + event.key); } }To copy to clipboard, switch view to plain text mode
Bookmarks