Results 1 to 2 of 2

Thread: Android screen-on keyboard key event?

  1. #1

    Default Android screen-on keyboard key event?

    Is there any way to handle Android screen-on keyboard key event?
    More precisely, I need "Tab" key event.

    tab.jpg

    Example code:
    Qt Code:
    1. TextField {
    2.  
    3. Keys.onPressed: {
    4. console.log("key: " + event.key);
    5. }
    6. }
    To copy to clipboard, switch view to plain text mode 
    On console, there's nothing.

  2. #2

    Default Re: Android screen-on keyboard key event?

    As I can see, virtual keyboards & predictive input do not have key events as physical keyboards.
    Is there any way how to get event when Tab on virtual keyboard is pressed?

Similar Threads

  1. Showing Android keyboard from QML TextField
    By MarkoSan in forum Qt Quick
    Replies: 4
    Last Post: 20th January 2016, 07:48
  2. Replies: 2
    Last Post: 23rd November 2015, 08:46
  3. Virtual keyboard problem in Android app
    By d_stranz in forum Qt Programming
    Replies: 0
    Last Post: 5th May 2015, 06:20
  4. On screen keyboard
    By DiamonDogX in forum Qt Programming
    Replies: 2
    Last Post: 7th October 2009, 15:21
  5. is there any on-screen keyboard in QT??
    By webquinty in forum Newbie
    Replies: 2
    Last Post: 16th February 2009, 13:22

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.