You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With detect_key_down_uninterruptedly enabled, all key events, even those unrelated to simultaneous, must be delayed uniformly, so this behavior is intentional.
If a specific key is causing the issue, try adding a version of simultaneous that includes that key in addition to your existing rules.
I understand that keypresses other than the ones registered a simultaneous need to be buffered.
What I was wondering is, if there is a reason for massive delay happening when just pressing the keys that are intended to be simultaneous (and strict in order), e.g. just pressing space + i.
As always, first things first: I love this project! Thanks for the effort going into this!
I an very well aware, that my issue is an edge-case. But I thought you still might want to know.
The input of my implementation of
SpaceFN + i
->up_arrow
is significantly delayed.This delay appears as soon as I add
detect_key_down_uninterruptedly
.The reason I added
detect_key_down_uninterruptedly
, is that modifier keys seem to interrupt the simultaneous input ofspace + i
.Is there another way to avoid that modifier keys interrupt the simultaneous input?
The text was updated successfully, but these errors were encountered: