-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Tilde Key, Left super key, and back mouse button are not detected #187
Comments
Tilde seems to work if you manually enter 0x29, meta doesn't seem to work. I can't test the back/forth mouse buttons right now. |
It does not work, because you put 0x5B, not 0xE5B. |
that doesn't work either at least on linux |
Seems like Windows and Linux have different keycodes, because 0x5EB works in Win 10. |
See #298 for further tracking |
Describe the bug
The input overlay fails to show the tilde key, left windows key, and lower thumb mouse button being pressed.
To Reproduce
Load the attached texture png and overlay json into the plugin. Press the tilde key, left super key, and thumb buttons on the mouse.
Expected behavior
When the mentioned keys are pressed, the overlay should highlight the appropriate keys as blue.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional information:
Additional context
Link to overlay.json contents: https://pastebin.com/a8WiZzvW
Below is my overlay texture.
The text was updated successfully, but these errors were encountered: