Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RESOLVED - Output issue? (repeated keys don't repeat) #3

Open
JustCallMeCrash opened this issue Sep 15, 2020 · 2 comments
Open

RESOLVED - Output issue? (repeated keys don't repeat) #3

JustCallMeCrash opened this issue Sep 15, 2020 · 2 comments

Comments

@JustCallMeCrash
Copy link

I have a valid config (according to the checker), and I don't have any keys repeating inside of the same program_set, but the output is skipping keys if they are pressed too soon after the last press (I guess it's Linux debounce settings, but I can't find a way to make them any lower / turn them off). I tried adjusting the ms between keys to 8, but ended up getting multi-repeats of some characters and skips of others.
Initial 3 ms settings, bryson.osborne@zenerg came out as bryson.osbrne@zenrg (lost a repeated o and a repeated e - debounce?)
at 8ms settings, bryson.osborne@zenerg came out as bryson....osbbbbrne@@@@zennnnrg multiples and skips - also, wtf?
Any help is really appreciated. I am so happy not to have to hook this thing up to a windows box for reprogramming.

@JustCallMeCrash JustCallMeCrash changed the title Output issue? (repeated keys don't repeat) RESOLVED - Output issue? (repeated keys don't repeat) Oct 7, 2020
@JustCallMeCrash
Copy link
Author

I ended up just putting each keystroke into a separate program set, worked as expected. Thanks for creating this.

@JustCallMeCrash
Copy link
Author

Follow-up! I ran into another issue where repeated keys were not being tapped (even keys within a number of keys), I inserted [KEY_End] and that seems to be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant