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

[Linux] Cannot bind to "special" keys (left-control, left-alt) #4581

Open
2 tasks done
Neon-44 opened this issue May 10, 2024 · 6 comments · May be fixed by #4600
Open
2 tasks done

[Linux] Cannot bind to "special" keys (left-control, left-alt) #4581

Neon-44 opened this issue May 10, 2024 · 6 comments · May be fixed by #4600
Labels
bug Something isn't working.

Comments

@Neon-44
Copy link

Neon-44 commented May 10, 2024

Describe the bug

I am unable to bind modules to keys such as left-control. It doesn't matter if the key is bound in the Settings or not, it just doesn't want to bind. Other keys include: tab, left-shift, left-alt

Steps to reproduce

  1. install and launch
  2. Try to bind to "special" key

Meteor Version

Meteor 0.5.6

Minecraft Version

Mc 1.20.4

Operating System

Linux

Before submitting a bug report

  • This bug wasn't already reported (I have searched bug reports on GitHub).

  • This is a valid bug (I am able to reproduce this on the latest dev build).

@Neon-44 Neon-44 added the bug Something isn't working. label May 10, 2024
@arlomcwalter
Copy link
Member

works fine for me
screenshot

@Neon-44
Copy link
Author

Neon-44 commented May 11, 2024

i just tried it again and it really doesn't work for me.

But i realized that i can add combos (left-shift + l, left-alt + a)

maybe that helps pinpointng the Problem?

are you also on the last version? It used to work for me as well on 0.5.6-2019, before i updated and installed 0.5.6 (no version number, just the latest one).

@Wide-Cat
Copy link
Collaborator

Afraid that I cannot reproduce this issue either. Maybe it is somehow a linux issue? It seems a bit unlikely but it's the only discrepancy you have pointed out for the time being. What other mods are you using?

@MineGame159 MineGame159 changed the title Cannot bind to "special" keys (left-control, left-alt) [Linux] Cannot bind to "special" keys (left-control, left-alt) May 11, 2024
@Wide-Cat
Copy link
Collaborator

Has been confirmed as an issue with linux.

@Neon-44
Copy link
Author

Neon-44 commented May 11, 2024

i found my old jar in my wastebasket. It was 0.5.6-2019. i reinstalled it, and i was again able to bind left-ctrl, left-shift, left-alt etc. It seems it really is a Problem in a new update.

Hope this helps to pinpoint it! i will just continue playing with 0.5.6-2019 in the meantime :)

@19MisterX98
Copy link
Contributor

On linux this check fails.
when releasing the left control key for example:
the modifier is still 2 indicating that control is pressed and the key is obv a modifier key.
windows might not emit the modifier on the release of the modifier key?

19MisterX98 added a commit to 19MisterX98/meteor-client that referenced this issue May 23, 2024
@19MisterX98 19MisterX98 linked a pull request May 23, 2024 that will close this issue
5 tasks
@Wide-Cat Wide-Cat linked a pull request May 24, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants