Skip to content
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

Closed
Djaenk opened this issue Jul 15, 2021 · 5 comments
Closed

Tilde Key, Left super key, and back mouse button are not detected #187

Djaenk opened this issue Jul 15, 2021 · 5 comments

Comments

@Djaenk
Copy link

Djaenk commented Jul 15, 2021

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.

Input textures

@univrsal
Copy link
Owner

univrsal commented Jul 15, 2021

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.

@Prometheus3375
Copy link

left windows key

It does not work, because you put 0x5B, not 0xE5B.

@univrsal
Copy link
Owner

left windows key

It does not work, because you put 0x5B, not 0xE5B.

that doesn't work either at least on linux

@Prometheus3375
Copy link

Seems like Windows and Linux have different keycodes, because 0x5EB works in Win 10.

@univrsal
Copy link
Owner

univrsal commented Dec 6, 2022

See #298 for further tracking

@univrsal univrsal closed this as completed Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants