-
Notifications
You must be signed in to change notification settings - Fork 99
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
Key Binds won't work on mac on 1.20.40+ #940
Comments
Mojang removed debugging symbols of keyboard input in that game version. The mod that supported such keys stopped working and has been disabled, for game versions without required debugging information. Technically such keys could be remapped to valid android keys of the game, but that requires a new User Interface and you have to configure them first in the launcher and then in the game. The android key to win32 (Microsoft put their key mapping internally into the game) key mapping on minecraft android is incomplete and lacks key defined by android. |
So is there anyway to fix this issue? |
Edit the alt and super key to point to working keys that's all you can do Then compile mcpelauncher-manifest with your change, you probably tell me that you don't want to do that. Actually just edit the file by creating a fork mcpelauncher-client open a pull request, I appove that the CI will build you your own dmg file that you can use.
How would you like to map the dead keys (
You can also tell mojang that they should add a mapping in the Android Version of Minecraft for |
I am so sorry but I'm not good at technical things, Thank you so much for this but I can't understand anything |
Problem
Option, Command and other key won't work in Mac OS Sonoma M1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The keys should be working In-game
Desktop
The text was updated successfully, but these errors were encountered: