Details
-
Bug
-
Resolution: Done
-
P4: Low
-
5.7.0
-
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.