-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: 5.7.0
-
Fix Version/s: 5.13.0 Alpha 1
-
Component/s: QPA: Wayland
-
Labels:None
-
Commits:7b3ec2816e2ba0b225f38a75ca76564e7367c89b
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.