-
Hi! I've implemented the code like so.
I've got the left homerow on ARST (colemak). I'd be happy if somebody could give me some hints on how to achieve that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for the report! I take it this is home row mods and both Do you by chance have Combos involving either What tap-hold configuration options do you use? You could try what I use and see whether that makes a difference. If you enable debug logging as described here, Achordion will print messages when something interesting happens, e.g. Achordion logs " Another thought: while Achordion is intended to address this roll, you could (with or without Achordion) try precondition's Rolled modifiers cancellation. The idea is: if |
Beta Was this translation helpful? Give feedback.
-
Thanks a bunch! I had understood that part incorrectly as I thought that was about exceptions. Now it works beautifully. Much better than my own implementation. I did have to add the layer mods like in the function below so I wouldn't have to wait for the timeout.
I can't live without this on my Sweep! Thanks! |
Beta Was this translation helpful? Give feedback.
Thanks for the report! I take it this is home row mods and both
R
andS
are mod-tap keys? A roll overRS
is intended to work.Do you by chance have Combos involving either
R
orS
? Combos are a tricky aspect of Achordion's implementation, so it's the first thing to come to mind.What tap-hold configuration options do you use? You could try what I use and see whether that makes a difference.
If you enable debug logging as described here, Achordion will print messages when something interesting happens, e.g. Achordion logs "
Achordion: Plumbing hold press
" when a key has been settled as a hold. This might give some insight about how theRS
roll is getting mishandled.Another thought: while Ac…