Can I add a debounce time to all keys to prevent double taps for crappy keyboards? #408
Unanswered
exformation
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Kanata does not support debouncing today. If one were to implement this, one could try to add a preprocessing loop, like what kanata on Windows does with the default LLHOOK/SendInput mechanism, to try and deal with weird AltGr nonsense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I seem to get a lot of keyboards thatt douuble tapp.
Is it possible to just block key repeats if they happen too quickly, like less than 10ms, but otherwise let them through?
Beta Was this translation helpful? Give feedback.
All reactions