On Windows I use the linked program. I tried using KDE’s accessibility settings but the lowest time it can do it 100 ms, which I naturally do on occasion (mashing backspace quickly, for example). Is there any other solution?

  • Uncut_Lemon@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    18 hours ago

    I think this phenomenon is more commonly referred to as bouncing. And you are looking to debounce an input. (Switches bounce, and relays chatter)

    It may be worth looking into libinput for debounce parameters/tweaking. They may be hard coded.

    It’s not something I’ve messed around with on a PC. It’s common issue when reading the raw state of a button, as an input on a microcontroller.

    If your keyboard has configurable firmware, it could be an approach too.