Replies: 1 comment 2 replies
-
Hi @Wimads, thanks for starting the discussion! You've found a bug in the latest version, which I will look into and fix. I can repro using the main branch but not using v1.3.0. You could try using v1.3.0 in the meanwhile until this bug is fixed. |
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
-
Hi, I need some help getting input chords to work as expected. I have defined some input chords which should output single characters, but they all output duplicate characters. Below a simplified version of my code to illustrate the problem:
When pressing
cha
andchb
simultaneously, I expected it would output "c"; but instead I get "cc". When pressed individually I get a single "a" or "b" as expected. What am I doing wrong?I'm on windows 11 btw.
Beta Was this translation helpful? Give feedback.
All reactions