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
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.
The text was updated successfully, but these errors were encountered:
JustCallMeCrash
changed the title
Output issue? (repeated keys don't repeat)
RESOLVED - Output issue? (repeated keys don't repeat)
Oct 7, 2020
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.
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 asbryson.osbrne@zenrg
(lost a repeatedo
and a repeatede
- debounce?)at 8ms settings,
bryson.osborne@zenerg
came out asbryson....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.
The text was updated successfully, but these errors were encountered: