Join Nostr
2025-04-29 12:26:08 UTC

James Edwards on Nostr: Does anyone know how to block key repeats when ENTER is used to fire `click` events ...

Does anyone know how to block key repeats when ENTER is used to fire `click` events on a `<button>`?

nb. the solution can't use `keydown` or `keyup` since it has to work with virtual cursor mode in JAWS.

#javascript #accessibility