-
A common problem I have with duoLayer (which is why I use hyperLayer) instead is that it affects my typing speed. I can type 80 wpm on a slow day, 120 on a better day so with many duoLayers in my configuration, there's a slight delay in typing alphabets because I assume karabiner waits to see if i press the other duolayer key next to activate it. For example: a + ; → Navigation Layer Now whenever I come across words that have any of those alphabets in, it's noticeably slower to type. So I was looking for a way to have:
BUT the layer is only triggered when Is something like this possible? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There are 2 things you can try if help: duoLayer(';', 'a')
.threshold(30) // Can also be global 'duo_layer.threshold_milliseconds'
.options({ key_down_order: 'strict' }) |
Beta Was this translation helpful? Give feedback.
There are 2 things you can try if help: