Backstory and Explanation:
I've seen this bug on the bug tracker before, and it says it's fixed, however, it isn't fixed for every desktop environment/window manager, for example, I'm running dwm, a minimalist window manager made by suckless. When I first switched to it and first started playing minecraft in it, I noticed this pretty quickly, but I hadn't noticed it on pop shell, so I assumed it was a bug with minecraft running on the window manager.
Reproducing This Bug:
1. Open any linux distribution while running dwm as your window manager
2. In any text field, hold ctrl and press a, this replaces the entire text field with a, you can also do this for other button combinations such as ctrl+c and ctrl+v (in which v is added to the end of the pasted string), it even works with things that wouldn't normally do anything, like ctrl+g, typing g instead of doing nothing
Conclusion:
I'm assuming this is a bug in which minecraft doesn't realize it isn't supposed to insert these characters while the ctrl button is being held, so it should be a relatively simple fix, however, I'm not exactly sure why it affects dwm and no longer affects most desktop enviornments, but I'm not a code developer, so I wouldn't know anyways
Attachments
Comments 6
MC-133452 is the bug I am referring to, it's been fixed for awhile, but hasn't been fixed for dwm, a widely used window manager
Does MC-127862 describe your issue?
MC-127862 doesn't really describe my issue, as I've never had a locked 'ctrl' button issue before, only an issue where I hold ctrl and then the key combination action I choose to do, for example, ctrl+v, results in the copied string being pasted with an extra 'v' at the end, or ctrl+a resulting in the entire text field to be replaced by 'a'. MC-133452 describes my issue perfectly, but hasn't yet been fixed for my window manager of choice.
I can't seem to reproduce this myself using dwm
. As you can see in the video, Ctrl+A works properly.
Is MC-3643 the fixed report that you are referring to?