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

WinRT: QKeyEvent isAutoRepeat always returns false.

XMLWordPrintable

    • WinRT
    • fe4fad790ed187bf1d8c5bf61066fe00823fbe7e a064bcf883f4552af3c81756dceda7c53cb8b061

      When pressing and holding down a key, the repeating QKeyEvents always have isAutoRepeat set to false.

      At the moment QWinRTScreen is using the value from CorePhysicalKeyStatus.RepeatCount to determine if it is a repeat event. However I think CorePhysicalKeyStatus.WasKeyDown should be used. As on the first event this is false, but for the subsequent repeated events this is set to true by Windows.

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

            owolff Oliver Wolff
            rupert_d Rupert Daniel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes