-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unshaky with Punto Swithcer cause space bar deleting #62
Comments
Can you use the Unshaky's debug window to capture the events? Also, can you try to turn on "ignore external keyboard" in configuration. Maybe the key events sent by Punto Switcher is not associated with the internal keyboard. |
possible duplicate with #54 |
External keyboard option didn't help. Here is when I wrote a word with space after and pressed Option (punto switcher hotkey):
And even if I press Option after word without spacebar after - I see in debug window that spacebar was pressed anyway (punto switcher bug?). So because of this Unshaky thinks that it's a double key press. |
so you expect all spaces are there right? |
Yep, but I understand that it's not Unshaky issue. Maybe there can be something to avoid this case? |
The two spaces are pretty close (< 8ms) and in the latest version of Unshaky, two presses are very close (< 5ms) will be whitelisted since it is likely to be other software-generated key presses. I might increase it to 10ms and it should fix your problem.
|
Sounds good, I can test it |
@Fedor1991 did it work>? |
@aahung not very, it works in 30% cases, example when it was false positive
|
looks like that workaround did not work well since the interval is not consistent... |
I use Punto Switcher because I have 2 keyboard layouts. This application helps me by hotkey change keyboard layout of the latest word, like from en to ru and otherwise. Very convenient if you forgot to change the layout. I have 60ms in Unshaky for spacebar and it deletes spacebar after when I'm using Punto. Only spacebar, with others everything is fine. It's not a big deal, but I always have to add additional spacebar, that's so annoying.
To Reproduce
The text was updated successfully, but these errors were encountered: