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

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

XMLWordPrintable

      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)

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes