-
Bug
-
Resolution: Fixed
-
Minecraft 1.13-pre4, Minecraft 1.13-pre5, Minecraft 1.13-pre6, Minecraft 1.13-pre7, Minecraft 1.13-pre8, Minecraft 1.13-pre9, Minecraft 1.13-pre10, Minecraft 1.13, Minecraft 18w30a, Minecraft 18w30b, Minecraft 18w31a, Minecraft 18w32a, Minecraft 18w33a, Minecraft 1.13.1-pre1, Minecraft 1.13.1-pre2, Minecraft 1.13.1, Minecraft 1.13.2-pre1, Minecraft 1.13.2, Minecraft 18w48a, Minecraft 18w48b, Minecraft 18w49a, Minecraft 18w50a, Minecraft 19w02a, Minecraft 19w03a, Minecraft 19w03b, Minecraft 19w03c, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w07a, Minecraft 19w08b, Minecraft 19w09a, Minecraft 19w12b, Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b, Minecraft 1.14, Minecraft 1.14.1 Pre-Release 1, Minecraft 1.14.1 Pre-Release 2, Minecraft 1.14.2, 1.14.4, 19w34a, 19w35a, 19w44a, 1.15 Pre-Release 2, 1.15 Pre-release 3, 1.15 Pre-release 6, 1.15.1, 1.15.2, 20w06a, 20w09a, 20w11a, 20w12a, 20w16a, 20w18a, 20w19a, 20w20b, 20w22a, 1.16 Pre-release 1, 1.16 Pre-release 2, 1.16 Pre-release 3, 1.16 Pre-release 5, 1.16, 1.16.1, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2, 1.16.3, 1.16.4 Pre-release 1, 1.16.4 Pre-release 2, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 21w03a, 1.16.5, 21w05a, 21w07a, 21w08b, 1.17.1, 1.19, 1.19.2, 1.19.3, 23w05a
-
Confirmed
-
Text
-
Low
Original description:
The letters are lowercase in the controls menu even though they are suppose to be capital letters by default.
The "Not Bound" is missing if you turned off the selected control that you do not want to be active.
This can also apply when you switch from an older version to a new version and it greets you to move around with W A S D keys.
@Bentroen has a description from below which explains how this happens. (Added in by @Oval)
From MC-142454 by Bentroen:
In the Controls screen, the key names for the letter keys used to be uppercase letters both before the change to LWJGL 3, which revamped key names (versions prior to 1.13), as well as during most of the 1.13 development cycle. Though, starting in 1.13-pre4, for some reason (probably another update to LWJGL) they're not uppercase anymore.
The reason for this report is that it's quite unusual to refer to single-letter key names in lowercase. As an example, the basic controls for first-person games are WASD, not wasd; the most widely used keyboard layout throughout the world is QWERTY, not qwerty. It just looks plain weird and is inconsistent with the other key names, which are all properly capitalized (Space, Tab, Left Shift etc.).
The reason for this might be that Minecraft is simply using a character, not a key name in itself, to display what key that character is assigned to. When the user presses the 'A' key, the game listens to that input and receives 'a', then simply uses the character 'a' to display that key (not caring whether it is capitalized or not). Since keys can also be mapped to non-ASCII keys (such as 'Ç'), using language strings for that wouldn't work, as that would result in a lot of entries.
This also affects other places where key names are shown, e.g. the tutorial at the beginning of the demo mode. See screenshots.
- blocks
-
MC-121433 Non English letters are lower case in controls setting, while English are upper case
- Resolved
- is duplicated by
-
MC-132196 tftbbtbtbtbu
- Resolved
-
MC-132510 The control part of the menu in the game is lowercase, and there is no word in the movie view
- Resolved
-
MC-133807 Controls keys are in lowercase
- Resolved
-
MC-142445 Controls screen: "Not bound" text isn't shown on controls with no mapped keys
- Resolved
-
MC-142454 Controls screen: Key names for the letter keys are not uppercase
- Resolved
- relates to
-
MC-121433 Non English letters are lower case in controls setting, while English are upper case
- Resolved
-
MC-166319 B on "Open in browser" is lowercase in link confirmation GUI
- Resolved
-
MC-166324 "Raw input" button has lowercase "i"
- Resolved
-
MC-228529 Tutorial keybind components are lowercase
- Resolved