Skip to content

[wayland] fix ignored keyboard RepeatRate

Andrey Butirsky requested to merge work/bam/fix_repeat_rate into master

X11 can take float RepeatRate, Wayland - int only so the setting is to be rounded. Should be indistinguishable on usual rates.

BUG: 443721

Merge request reports