Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
2
Found in
2020.1.4f1
Issue ID
1275964
Regression
Yes
InputSystem not mapping keyboard keys properly on Linux
Keys are not mapped correctly when using the new input system in Linux. For example:
The ',' key is mapped to ';'
The '/' key is mapped to '='
Repro steps:
1) Install the input system package.
2) Open the test input sample scene included in the package
3) Observe the keys that light up on the key map as you press different keys.
Result:
The keys that light up are not always the keys that are pressed.
Expected:
The correct keys light up.
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
- Element UI disappears and NullReferenceException is thrown when dragging off the last or first element from the list in the Inspector
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
Resolution Note (fix version 2020.2):
GTK keyboard mappings have been updated to work with the new input system.