mojira.dev

BorisMan

Assigned

No issues.

Reported

MCPE-144702 Cannot strafe sprint if a or d is held first Fixed MCPE-144607 Cannot use alt as sneak key Duplicate MC-160735 Armor Not Showing In Hotbar Invalid MC-158543 Instant Mining Causes Invisible/Glitched Blocks Duplicate MC-158510 [1.14.4] Mining sound is affected by "friendly creatures" volume slider Duplicate

Comments

Hi,

A work-around I've found is to bind Alt to a different key using a third party program.

With AutoHotKey, I bound Alt to Ctrl but it only applies when the "Minecraft" window is up using this script:

; this makes a rule which is applied only to window with a specific title
SetTitleMatchMode, 2

; obviously below you write the title that is contained in your program's window
#IfWinActive, Minecraft
Alt::Ctrl ; alt will now send ctrl

Unfortunately Alt + Tab won't work to get out of the window but it will work to get back into it.

Also, in first-person, single-player, when taking multiple hits with a shield, the shield animates to the lowered position after the first hit despite holding right click and blocking the following attacks. [1.14.4] [Java]

I would vote for the main issue, but it's marked as "resolved", so I can't. All duplicated issues I searched for were already marked as resolved. I suppose this issue was resolved but has been brought back in Java edition 1.14.4.