How to disable key repeat #151
gerhard-h
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I'd use |
Beta Was this translation helpful? Give feedback.
0 replies
-
macro is indeed an easier workaround than tap-dance also it is worth mentioning for most keys like
while for
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
consider an alias like this:
q_ (tap-hold 200 240 q S--) ;; tap = q hold = _
when using tap-hold it may not be helpful to get multiple underscores just because you held the key a little to long.
so you can use the fact that unicode will not autorepeat
I came up with more usefull aliases
there is a problem: you cannot shift an unicode anymore => no upper case Ä Ö Ü
the solution I came up with - tap-dance
Beta Was this translation helpful? Give feedback.
All reactions