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

evdev should provide Qt::BackTab instead of Qt::Tab+Qt::ShiftModifier

    XMLWordPrintable

Details

    Description

      On desktop when shift+tab is pressed it returns correctly Qt::BackTab while on embedded linux with eglfs it returns Qt::Tab+Qt::ShiftModifier.

      How to reproduce:
      1., Unzip the attachment.
      2., Run it on some device with evdev (tested on raspi)
      3., Press shift+tab
      Result: console logs: 1000001 2000000 ( keyevent and modifier )
      Expected result: 1000002 2000000 (like on desktop)

      Attachments

        For Gerrit Dashboard: QTBUG-46845
        # Subject Branch Project Status CR V

        Activity

          People

            lagocs Laszlo Agocs
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes