We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On macOS 11.5.2, unshaky 0.7.0.
Currently I have 55ms for global setting and 130ms for Space.
For some reason, the chattering doesn't get filtered for unknown reason. Here's a couple of samples:
1631548154.279290 Key( 40| 49| Space| 0|130) E(10) 1631548154.396071 Key( 40| 49| Space| 0|130) E(11) 1631548154.401034 Key( 40| 49| Space| 0|130) E(10) 1631548154.404899 Key( 40| 49| Space| 0|130) E(11)
The delta from keyup to keydown was only ~5ms, yet still registered.
1631548383.173862 Key( 40| 49| Space| 0|130) E(10) 1631548383.231955 Key( 40| 14| E| 0| 55) E(11) 1631548383.274003 Key( 40| 49| Space| 0|130) E(11) 1631548383.278947 Key( 40| 49| Space| 0|130) E(10) 1631548383.279698 Key( 40| 49| Space| 0|130) E(11)
The delta here was about 4.9ms, and registered.
Working log:
1631548512.333682 Key( 40| 49| Space| 0|130) E(11) 1631548512.342858 Key( 40| 49| Space| 0|130) E(10) DISMISSED 1631548512.342986 Key( 40| 49| Space| 0|130) E(11) DISMISSED
Worked fine in this case, ~9ms delta.
Is there any known issue ?
The text was updated successfully, but these errors were encountered:
@sky417 this is pretty strange. From the log, my guess is it is somehow triggers the special logic:
I cannot remember too much details. Will try to re-visit this when I have time
Unshaky/Unshaky/ShakyPressPreventer.m
Lines 182 to 196 in feac009
Line 220 in feac009
Sorry, something went wrong.
No branches or pull requests
On macOS 11.5.2, unshaky 0.7.0.
Currently I have 55ms for global setting and 130ms for Space.
For some reason, the chattering doesn't get filtered for unknown reason. Here's a couple of samples:
The delta from keyup to keydown was only ~5ms, yet still registered.
The delta here was about 4.9ms, and registered.
Working log:
Worked fine in this case, ~9ms delta.
Is there any known issue ?
The text was updated successfully, but these errors were encountered: