Summary:
When pressing both mouse buttons at the same time after moving the camera, the camera may occasionally snap to a random direction, interfering with gameplay.
Reproducing the issue manually is extremely difficult. To make it easier to reproduce, an AutoHotkey script is provided that triggers left-click actions automatically when pressing right-click.
Steps to Reproduce:
Go to AutoHotkey.com and press the Download button.
Download and install AutoHotkey v1.1 (not v2.0).
Download the attached script named Click Bug.ahk.
Double-click the script to run it.
Open a world in Minecraft.
Verify the script is working by pressing Right Click — the player’s hand should swing.
Move the camera in various directions while repeatedly pressing Right Click.
Observed Results:
Occasionally, the camera snaps to a random direction.
Expected Results:
The camera should remain stable and not snap to a different direction, consistent with behavior in previous versions.
Notes:
To stop the script, click the upward arrow on the taskbar to open the system tray, double-click the H icon, click File in the top-right corner, then select Exit (Terminate Script).
Linked issues
relates to 2
Attachments
Comments 2
I have discovered that this issue is not caused by rapid clicking, but rather by pressing both mouse buttons simultaneously. I have updated the bug report to reflect this information and would appreciate it if the previously attached script could be removed, as I do not have the ability to do so myself.