Skip to content

Implement bounce keys on Wayland

Nicolas Fella requested to merge work/nico/bounce-keys into master

Bouce keys suppresses additional key presses during a given interval

This is used by people with motor impairments or bad keyboards

It works by remembering the last input timestamp for a key

If an event's timestamp is too close to the last timestamp for that key the event is rejected

BUG: 474752

Merge request reports