Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-42232

Menu key does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.3.2
    • QPA
    • None
    • Qt 5.3.2 on Android 2.3 and 5.0
    • Android

    Description

      When pressing the menu key on Android, the Keys.onReleased or Keys.onPressed handlers are not invoked. It works fine with the back button.

      FocusScope {
          focus: true
      
          Keys.onPressed: {
              console.log("KEY", event.key, "PRESSED")
              event.accepted = true
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            rampe Rami Potinkara
            broulik Kai Uwe Broulik
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes