Replies: 1 comment 3 replies
-
|
So, F should be output only when F is released and neither J nor D were pressed and released while F was held. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi houmain, awesome work on this! I'm moving from kanata because the features are more built out and I like the syntax wayyyy more.
I have a question: what are some different ways to implement a layer key that deals with key rolls. The approach below based on the wiki sort of works, but the timing while typing and rolling doesn't feel great.
This works well if I press keys slowly, but
NavModedoesn't activate fast enough for my taste (I'llNavKey{J}too quickly for it).I've tried a different approach below which feels great for the rolling because it feels instant and robust against rolling, but because it's not a real layer/context the Control key can't be pressed simultaneously:
I'm wondering if it's possible to combine the best of both worlds.
Beta Was this translation helpful? Give feedback.
All reactions