Issue with pressing alt, ctrl, shift at the same time
Opened this issue · 3 comments
There is a problem with pressing 2 or 3 buttons (alt/ctrl/shift) at the same time.
When pressing, for example: ctrl + shift + w + space at the same time and then letting go of either ctrl/shift/alt, then every other input in use is being cancelled so you stop moving and need to press w + space and every other key that you used again.
Tested on: 0.0.5 version
Minecraft version: 1.21 (Fabric Loader 0.15.11)
No other mods other than: Fabric API (0.102.0+1.21) and Fabric Language Kotlin (1.12.2+kotlin.2.0.20)
Thank you for the bug report.
I have read and tested it. I see what you are talking about. However, I don't know how to fix it.
What is happening is
A key release happens and triggers the active key binding to stop. What I will need to do is check if any kind of bindings match the new set of keys. But this is a theory.
is there a fix yet?
is there a fix yet?
No, I am extremely busy with work and school and have no time to do anything.