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

Key repeat information ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.13.0 Alpha 1
    • 5.7.0
    • QPA: Wayland
    • None
    • 7b3ec2816e2ba0b225f38a75ca76564e7367c89b

    Description

      The key repeat information sent by the server to the client is ignored. Instead Qt just hardcodes the timeout. From qwaylandinputdevice.cpp method keyboard_key:

              mRepeatTimer.setInterval(400);
              mRepeatTimer.start();
      

      This should use the repeat info sent by wl_keyboard::repeat_info instead.

      Attachments

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

        Activity

          People

            johanhelsing Johan Helsing
            mgraesslin Martin Gräßlin
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes