-
Notifications
You must be signed in to change notification settings - Fork 225
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
Swipe input eaten on capitalization/mode switch #371
Comments
Why should that be intended behavior? Seems very strange to me. I don't know that I want to try to support holding actions and state in between pressing and releasing, that seems overly complicated for something as simple as: just wait until you've released a letter before you capitalize. |
I misread in my reply, and it would appear that you misread my original post. This is a bug report, not a feature request. The thing you asked why it would be intended behavior I agree with: It shouldn't be intended behavior. This is the behavior I observed as it is now. |
And to clarify, this is behavior that I observe in normal use just typing relatively quickly when I need to capitalize a letter mid-sentence. My finger don't always lift up off of the key before I hit the next key with the other finger -- it just happens. |
I still don't really understand.
You think the key should stay in a "lit up" state, for caps lock? |
That is the how to reproduce section. That is the behavior that you should observe when you perform the listed action. I don't understand what the confusion is. |
The key does in fact stay lit up when you interrupt a key swipe with shift, which is probably undesired. |
screen-20230831-180728.mp4 |
Ah okay I see it now, thx. |
Thumb-Key Version
1.12.0
Describe the bug
If you hit capitalize, number pad mode, or switch layouts during a swipe input, after pressing but before releasing, the input is not sent and the key is left activated. Using the key again resets the key highlighting. This does not occur when tapping, only swiping.
This often happens to me when using two fingers to type.
To Reproduce
Steps to reproduce the behavior:
This can also be achieved through tapping number pad mode and through switching layouts by swiping left on #
The text was updated successfully, but these errors were encountered: