-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
[Bug] Occasional “F22” key appears, and won't disappear. #136
Comments
I did some research and found that some old-fashioned keyboards do indeed have an F22 key. F22 is an actual key. The reason for this bug seems to be due to WeChat, not keyviz. But this frequently occurring F22 is really annoying. Maybe an option can be added to not display F13 to F24 Key. |
Indeed old keyboards had keys from F13 to F24 and there is keymapping for the same as well - Lines 79 to 104 in 79905cf
The same have been reported in #102 as well. And maybe it's related to #56, #88. But as mentioned, modern keyboards don't have F13-F24. I should opt out the same. And also set a mechanism that detects visualizations that doesn't disappear and remove the same after an interval. |
Just as a sidenote, F13-F24 is often used in laptops where for example something like Shift/FN+F[x] may trigger a keypress for F[x+12] (or other way around if fn-lock is toggled), so they are not completely obsolete. |
The same here |
Describe the bug
There is a "F22" key shown in the bar, and won't disappear.
Version: v1.0.6
To Reproduce
After trying, I found a way to reproduce exactly. It's related with WeChat client on Windows.
Expected behavior
Regardless of whether it is a bug caused by WeChat app, the “F22” key should not appear. Because it is not a key.
Screenshots
The "F22" appear.
Desktop:
The text was updated successfully, but these errors were encountered: