What's a safe way to reduce the delay between duplicate keys? #1465
Unanswered
IndigoGollum
asked this question in
Q&A
Replies: 2 comments
-
Out of curiosity, have you tried using |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe something like
|
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'm working on a new layout that has two copies of most keys, and i noticed last night that pressing two identical keys too quickly only prints the keys' character once. I'm on Linux so my first response was to use
linux-x11-repeat-delay-rate
, which does work, but also breaks the emergency shutdown shortcut (#1464).My next idea was to make every pair of keys switch to a new layer when held, in which the only difference is that key's pair is replaced with a
rpt
key, which do not have the delay issue. I think this would work, but i thought i should ask if anyone has a better idea before i go make 20 or so new layers.Beta Was this translation helpful? Give feedback.
All reactions