Shift and Ctrl don't work
Fcmns opened this issue ยท 2 comments
Confirmations
- I can verify that I am running the mod on the latest possible Minecraft version.
- I can verify that the issue I am reporting exists on the latest possible Mod version.
Mod version (NOT Minecraft version)
v1.20-26
A description of the issue
I was testing the modpack I created and find out, that with Enchancement enabled, Shift or Ctrl key didn't work, and, only the vanilla features of these buttons, which are shift and running, but features of other mods that were binded to these buttons works fine. Rebinding buttons also gives zero results. Buttons do work with Enchancement being disabled. I honestly don't know if it's problem of this mod or just some other mod conflicting with it
There's my mod list:
Log or crash report
https://gist.github.com/Fcmns/29106970c8972b1cebb1c833a4106cfa
It's an incompatibility with Balm, it returns false on if keybinds match if they match (interestingly) as seen in this mixin and this method, so Enchancement's code never has a chance to run (since it assumes that the matching keys match) because of Balm's unconditional inject at head if they do.
A workaround for me is using KeyBindFix