Search Issue Tracker
Fixed in 1.1.0-pre.5
Votes
0
Found in [Package]
1.0.0
Issue ID
1254705
Regression
No
The display names for keyboard keys in the input debugger do not match those defined in input system package
The display names for keyboard keys in the input debugger do not match those defined in input system package. One consequence is that the display names shown in the input debugger on windows are uppercase while they are lowercase on macos and linux. The discrepancy can be seen by opening InputSystem/Devices/Keyboard.cs in the input system package and observing the displayNames for most keys do not match the display names down in the input debugger.
Case 1210302 partially notes this issue but does not fix the use of keyboard layout names instead of display names.
repro:
1. open input debugger in windows editor
2. double click keyboard device
3. observe display name for a key reads 'A'
4. repeat 1-3 on mac or linux but observe the display name for a key reads 'a'
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Margins of TMP GameObjects become the same when both are selected
- Tile Palette 'Z Position' value changes/reverts to the previous value when hovering in the Scene
- Creating a Grid in the scene and then deleting it removes the default Grid
- Default Tile Palette layout cuts of the part of Tile Palette preview
- Editor crashes when specifying BuildOptions.DetailedBuildReport and building a player with a lot of assets
Resolution Note (fix version 1.1.0-pre.5):
Fixed in package version 1.1.0-pre.5